Re: zef install --/test cro

2017-08-31 Thread Timo Paulssen
Scratch that, the openssl docs say ERR_load_error_strings(), SSL_load_error_strings() and ERR_free_strings() are available in all versions of SSLeay and OpenSSL. So maybe it's a different ssl implementation that provides libssl.so ?!?! On 08/31/2017 02:21 PM, Timo Paulssen wrote: > The erro

Re: zef install --/test cro

2017-08-31 Thread Timo Paulssen
The error for a missing libssl.so looks like Cannot locate native library 'libwhatevenisthis.so': libwhatevenisthis.so: cannot open shared object file: No such file or directory so in this case the library can be found but the symbol SSL_load_error_strings isn't in it. it might be an incompat

Re: zef install --/test cro

2017-08-31 Thread Steve Mynott
The correct solution for that missing sym link is documented at https://docs.perl6.org/language/faq.html#Nativecall_can't_find_libfoo.so_and_I_only_have_libfoo.so.1.2! S On 31 August 2017 at 09:04, Richard Hainsworth wrote: > Just checking, but you do have a link to 'libssl.so' in the lib path?

Re: zef install --/test cro

2017-08-31 Thread Richard Hainsworth
Just checking, but you do have a link to 'libssl.so' in the lib path? Eg. I have 'libssl.so.1.0.0' but not 'libssl.so'. If so, you might try adding a symlink from 'libssl.so.1.0.0' (for example) to 'libssl.so' On Thursday, August 31, 2017 02:45 PM, Norman Gaywood wrote: Wanting to have a lo