On Fri, 30 Aug 2013 14:53:59 GMT, chmike wrote:

I fighted a few hours on the same problem.

Since you use the mint OS I expect it's the same as Ubuntu and Debian.

I had to install openssl to get libssl and libcrypto installed.
The latest version is 1.0.0 but 0.9.8 is also available.

Since there is no version provided in the libraray dependency I didn't know which one was required.
I just tried libssl-1.0.0 and it worked.

I mean to have to define a symbolic link from libssl.so to libssl-1.0.0.so and the same for the other libraries.
The missing version number is an issue because we have no idea which library version should be used.