Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

Archlinux openssl workaround


Recommended Posts

comhack
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 post
Share on other sites
  • 8 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...