My guess is that your binary is loading the system's shared libraries.
To find out whether this is the case, try
ldd bin/openssl
If my assumption is correct, you might have to set the LD_LIBRARY_PATH
explicitely.
HTH,
Matthias
On 15.03.19 09:43, ramakrushna mishra wrote:
Hi,
I am trying to upgrade openssl on solaris machine from 1.1.0e to 1.1.1b.
The "uname -a " output from solaris is :
SunOS 5.10 Generic_147147-26 sun4v sparc sun4v
The Configure and installation of openssl was successful.
But when i run "bin/openssl version" it fails with following error.
"openssl version
ld.so.1: openssl: fatal: relocation error: file openssl: symbol OPENSSL_sk_new_null:
referenced symbol not found".
could you please anyone let me know what could be the problem ?
Thanks and regards,
Ram Krushna