Re: [openssl-users] Failed to load libssl.so.1.1 while execuitng openssl comand

2016-11-14 Thread Richard Levitte
In message 

 on Fri, 11 Nov 2016 14:46:23 +, "Gupta, Saurabh" 
 said:

Saurabh.Gupta> I tried to execute ./openssl s_server command in the latest 
Openssl
Saurabh.Gupta> Version 1.1.0c after doing Openssl compilation steps:
Saurabh.Gupta> ./config
Saurabh.Gupta> make
Saurabh.Gupta> make test
Saurabh.Gupta> make install
Saurabh.Gupta> and It's throwing this error below:
Saurabh.Gupta> ./openssl: error while loading shared libraries: libssl.so.1.1: 
cannot
Saurabh.Gupta> open shared object file: No such file or directory
Saurabh.Gupta> 
Saurabh.Gupta> after debugging this issue I found this error is coming because
Saurabh.Gupta> libssl.so.1.1 is not present in /usr/lib64 directory.
Saurabh.Gupta> but by default it should search these library in 
/usr/local/lib64/
Saurabh.Gupta> directory.

Is that on Linux?  Configure like this:

./config -Wl,--enable-new-dtags,-rpath,'$(LIBRPATH)'

Cheers,
Richard

-- 
Richard Levitte levi...@openssl.org
OpenSSL Project http://www.openssl.org/~levitte/
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] Failed to load libssl.so.1.1 while execuitng openssl comand

2016-11-11 Thread Gupta, Saurabh
I tried to execute ./openssl s_server command in the latest Openssl Version 
1.1.0c after doing Openssl compilation steps:
./config
make
make test
make install
and It's throwing this error below:
./openssl: error while loading shared libraries: libssl.so.1.1: cannot open 
shared object file: No such file or directory

after debugging this issue I found this error is coming because libssl.so.1.1 
is not present in /usr/lib64 directory.
but by default it should search these library in /usr/local/lib64/ directory.



Regards,
Saurabh
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users