On Sun, 11 Aug 2013 09:29:49 GMT, Sönke Ludwig wrote:

On Fri, 09 Aug 2013 12:17:04 GMT, David Brown wrote:

OK, the penny dropped when I read that you have to install the dependencies yourself on Linux, but I still get linker errors for ssl and crypto.

I have install the openssl package - with the dev version - and the same for libcrypto++9, but I still get linker errors regardless... Suggestions?

/Dave

Can you check what pkg-config --libs openssl outputs? I thought Mint and Ubuntu should be very similar, but maybe there is a difference in this place.

Sure thing. The output is as follows:

dave@minty ~/Documents/test $ pkg-config --libs openssl
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found

Which is strange, because I have installed openssl and openssl-dev on my machine, but openssl.pc is nowhere to be found. The only openssl I found is libeventopenssl.[aso] and libeventopenssl.pc. I wonder if these are the Mint equivalents?

On Sat, 10 Aug 2013 22:34:05 GMT, albatroz wrote:

Hi,
Maybe you can try to add in your package file the libraries that you will be using
"libs": ["openssl","crypto"]
Not sure if the names I've provided for the libraries are correct
On Fri, 09 Aug 2013 12:17:04 GMT, David Brown wrote:

I have install the openssl package - with the dev version - and the same for libcrypto++9, but I still get linker errors regardless... Suggestions?
/Dave

Didn't make any noticeable difference I'm afraid, but thanks for the suggestion :)

/Dave