Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created October 9, 2011 01:19
Show Gist options
  • Save mbmccormick/1273146 to your computer and use it in GitHub Desktop.
Save mbmccormick/1273146 to your computer and use it in GitHub Desktop.
Install Hamachi VPN on the PogoPlug USB Device (Part 3)
tar -zxvf openssl.tar.gz
cp usr/lib/libcrypto.so /usr/lib/
cp usr/lib/libcrypto.so.0 /usr/lib/
cp usr/lib/libcrypto.so.0.9.8 /usr/lib/
cp usr/lib/libssl.so /usr/lib/
cp usr/lib/libssl.so.0 /usr/lib/
cp usr/lib/libssl.so.0.9.8 /usr/lib/
ln -sf /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment