Daniel Gaeta
Daniel Gaeta

Reputation: 794

Error loading RubyGems plugin Library not loaded: /opt/local/lib/libssl.1.0.0.dylib

Library not loaded: /opt/local/lib/libssl.1.0.0.dylib

any advice?

Upvotes: 1

Views: 1438

Answers (3)

Blair Anderson
Blair Anderson

Reputation: 20171

I got this error when i first installed brew and it told me to move macports.

After i moved it back, this error went away.

This is what homebrew told me to move upon installation: homebrew uninstall/move macports UNDO

When installing homebrew, it tells you to move macports out of local with:

sudo mv /opt/local ~/macports

I started getting errors about libssl.1.0.0 not being loaded. after moving macports back, the errors went away.

sudo mv ~/macports /opt/local

Upvotes: 3

Dave Sag
Dave Sag

Reputation: 13486

I just hit this after brew doctor told me to move macports as per @blair anderson's answer.

Rather than move MacPorts back I simply ran rvm update and installed the latest ruby 2.0.0 (which I needed to do anyway) and voila… all happy.

Upvotes: 2

Daniel Gaeta
Daniel Gaeta

Reputation: 794

Looks like it was a permissions error. I appreciate everyones help and responses!

Upvotes: 0

Related Questions