简体   繁体   中英

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?

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

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM