comhack Posted May 6, 2015 Share Posted May 6, 2015 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 More sharing options...
Jenel Posted January 31, 2016 Share Posted January 31, 2016 Looks like that has been reported as a bug already - https://github.com/symless/synergy/issues/4890 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.