Skip to content

Instantly share code, notes, and snippets.

@bonyiii
Created December 26, 2010 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonyiii/755356 to your computer and use it in GitHub Desktop.
Save bonyiii/755356 to your computer and use it in GitHub Desktop.
If ruby rake missing libcrypto.so under opensuse 11.3

Under opensuse 11.3 on an x86_64 machnie in case of: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

as root do: cd /lib64 ln -s libcrypto.so.1.0.0 libcrypto.so.0.9.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment