Jump to content

Archlinux openssl workaround


comhack

Recommended Posts

I do not know if this is the correct category to post this in but I have a workaround for any Archlinux users out there. If you get a message saying libssl.10 cannot be found, you need to create a soft link to the correct version. This may be an issue on other distros using a new version of libssl. Synergy expects libssl.sl.1.0.0 to be named libssl.sl.10 for the encryption plugin so on Archlinux, a workaround must be implemented: [code]cd /usr/lib sudo ln -s libssl.so.1.0.0 libssl.so.10 sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10[/code]
Link to comment
Share on other sites

  • 8 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...