Code Monkey home page Code Monkey logo

Comments (9)

JosephRedfern avatar JosephRedfern commented on August 24, 2024

Do you have OpenSSL installed?

Try running brew install openssl.

from bro.

marksherman avatar marksherman commented on August 24, 2024

Yes, I do have openssl installed.

$ openssl version

OpenSSL 0.9.8y 5 Feb 2013

So I installed it through brew anyway. Same error when I try to bro.

kernel: Reason: image not found -
/Users/mark/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin11.4.0/openssl.bundle

On Sat, Jan 25, 2014 at 1:36 PM, Joseph Redfern [email protected]:

Do you have OpenSSL installed?

Try running brew install openssl.


Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v1/url?u=https://github.com/hubsmoke/bro/issues/13%23issuecomment-33296163&k=wf2FkHoZDP5jrUw2KePZ5g%3D%3D%0A&r=QLR7x6UKbcj43NzZZ3FuW1m04vE6qfg3thKTblzlBQ0%3D%0A&m=XADY3jopS5z240%2B8TnaeDzkcwyJTTwQJ4t%2Br4q4nGAM%3D%0A&s=05af71f09eab56b70ea6e6903d105bc0dabf97c4377900921c6212842a38c841
.

from bro.

JosephRedfern avatar JosephRedfern commented on August 24, 2024

Odd. Could you try following the instructions here (http://www.mattburkedev.com/overcoming-ruby-error-sha1-bundle-not-loaded/), i.e:

rvm get head rvm autolibs homebrew rvm autolibs enable rvm reinstall ruby-1.9.3-p194

and see where that gets you.

from bro.

dClauzel avatar dClauzel commented on August 24, 2024

You need a newer version of ruby.

With MacPorts installed, simply run as root:

port -d install ruby21
gem2.1 install bropages

from bro.

hubsmoke avatar hubsmoke commented on August 24, 2024

@marksherman Did you ever figure out what was going on?

Based on the stacktrace I'm not sure if this is a bro-specific thing. Have you gotten other gems to work on your machine?

Also, just leaving this here in case it helps: https://stackoverflow.com/questions/16848541/error-loading-rubygems-plugin-library-not-loaded-opt-local-lib-libssl-1-0-0-dy

Curious as to what is causing this...

from bro.

marksherman avatar marksherman commented on August 24, 2024

I tried upgrading ruby (dubious as I was that it was the cause) and managed
to break homebrew. Before that happened, I tried many things, all without
success, and the error is basically the same.

Reading the stackoverflow link, if it's a permission error I could start to
understand things. Brew insists on running sans-root, but it if it relies
on a root-perm-only executable, things could get hairy.

My current course of action: 1. un-fsckup homebrew. 2. see if the library
it's calling belongs to something that is expecting a different permission.

On Tue, Jan 28, 2014 at 4:29 AM, Sina Iman [email protected] wrote:

@markshermanhttps://urldefense.proofpoint.com/v1/url?u=https://github.com/marksherman&k=wf2FkHoZDP5jrUw2KePZ5g%3D%3D%0A&r=QLR7x6UKbcj43NzZZ3FuW1m04vE6qfg3thKTblzlBQ0%3D%0A&m=6Ag%2BBMfQ0fhchaIuLKhET5ZjY8i%2BBwLcirJwV8AMYeE%3D%0A&s=e37ed36bf84e2d2cfb0165379b77fd1b8f7315a59a55898817963209252fa20dDid you ever figure out what was going on?

Based on the stacktrace I'm not sure if this is a bro-specific thing. Have
you gotten other gems to work on your machine?

Also, just leaving this here in case it helps:
https://stackoverflow.com/questions/16848541/error-loading-rubygems-plugin-library-not-loaded-opt-local-lib-libssl-1-0-0-dyhttps://urldefense.proofpoint.com/v1/url?u=https://stackoverflow.com/questions/16848541/error-loading-rubygems-plugin-library-not-loaded-opt-local-lib-libssl-1-0-0-dy&k=wf2FkHoZDP5jrUw2KePZ5g%3D%3D%0A&r=QLR7x6UKbcj43NzZZ3FuW1m04vE6qfg3thKTblzlBQ0%3D%0A&m=6Ag%2BBMfQ0fhchaIuLKhET5ZjY8i%2BBwLcirJwV8AMYeE%3D%0A&s=1dbc1b4c0273dbc4fde7560934d6c90be9ad794b82710586822b41713f84c1fe

Curious as to what is causing this...

Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v1/url?u=https://github.com/hubsmoke/bro/issues/13%23issuecomment-33462677&k=wf2FkHoZDP5jrUw2KePZ5g%3D%3D%0A&r=QLR7x6UKbcj43NzZZ3FuW1m04vE6qfg3thKTblzlBQ0%3D%0A&m=6Ag%2BBMfQ0fhchaIuLKhET5ZjY8i%2BBwLcirJwV8AMYeE%3D%0A&s=7498d7277be86b3c9216913ddf5e30f8ad40ea272d9e3eafd5fafa5da2b462e6
.

from bro.

hubsmoke avatar hubsmoke commented on August 24, 2024

👍 Let us know how it goes

from bro.

marksherman avatar marksherman commented on August 24, 2024

I now have brew fixed, but it seems that it managed to update the system
ruby, which now insists it is 2.0.0p247, linked from the
System/Library/Frameworks etc. Not sure if brew did this, or it's been
there the whole time (while linked to the older version folder) or apple
just pushed an update or what.

Starting over with the gem install. (needs root to install to
/Library/Ruby/Gems/2.0.0 which I'm not super impressed with (not your
fault))

AND IT WORKS

It appears the updating ruby itself, and doing a clean re-install on the
2.0.0 platform, did the trick.

Recommend revising the sentence "bro is meant to work out of the box for
any machine running Ruby 1.8.7+".

Thank you all for your help.

On Tue, Jan 28, 2014 at 8:44 AM, Sina Iman [email protected] wrote:

[image: 👍] Let us know how it goes

Reply to this email directly or view it on GitHubhttps://urldefense.proofpoint.com/v1/url?u=https://github.com/hubsmoke/bro/issues/13%23issuecomment-33478795&k=wf2FkHoZDP5jrUw2KePZ5g%3D%3D%0A&r=QLR7x6UKbcj43NzZZ3FuW1m04vE6qfg3thKTblzlBQ0%3D%0A&m=Jt0ChTOGynknztp0X22LvgVAqfEMz4mGb2EHOw%2BZu%2F8%3D%0A&s=e7a0353e7dc17f4cf78165bc5b4aaa58c6dad58c86fc4362249f14852f5d342a
.

from bro.

hubsmoke avatar hubsmoke commented on August 24, 2024

Thanks Mark, I'm glad you got it working!

from bro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.