[openssl-users] Building OpenSSL from sources
Dmitry Belyavsky
beldmit at gmail.com
Thu Feb 15 08:00:00 UTC 2018
Hello,
I get problems building and installing OpenSSL 1.1.0g from source. I use
Debian Wheezy (oldstable).
After running ./config; make; make test; sudo make install
I call /usr/local/bin/openssl
I get an error
/usr/local/bin/openssl: error while loading shared libraries:
libssl.so.1.1: cannot open shared object file: No such file or directory
$ ldd /usr/local/bin/openssl
libssl.so.1.1 => not found
libcrypto.so.1.1 => not found
This behavior differs from the one for version 1.1.0b, where everything
works fine.
According to CHANGES in 1.1.0c
*) Removed automatic addition of RPATH in shared libraries and executables,
as this was a remainder from OpenSSL 1.0.x and isn't needed any more.
[Richard Levitte]
Could you please clarify why this changes were introduced?
Shouldn't the INSTALL file be changed to document this change
because the proposed way ( ./config; make; make test; make install) does
not work?
Thank you!
--
SY, Dmitry Belyavsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20180215/412d1e0e/attachment-0001.html>
More information about the openssl-users
mailing list