Too late to write error free mails: Am 16.11.2017 um 01:12 schrieb Rainer Jung:
On Linux you can use "objdump" to look at dependencies of libraries, so for instanceobjdump /usr/local/lib/libcrypto.so
should have been: objdump -p /usr/local/lib/libcrypto.soBy the way: most people use "ldd", but ldd follows the whole treee of dependencies. With objdump you can see more unfiltered, what you library really wants.
Regards, Rainer