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
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users