[openssl-users] Vanilla OpenSSL uses sytems libs

etc at coderhacks.com etc at coderhacks.com
Wed Mar 14 05:59:26 UTC 2018


Thanks!

It works if I

export LD_LIBRARY_PATH=/my/openssl/root

and recompile it.



On 2018-03-14 00:02, Scott Neugroschl wrote:
> Set LD_LIBRARY_PATH to use your compiled versions.
>
> -----Original Message-----
> From: openssl-users <openssl-users-bounces at openssl.org> On Behalf Of etc at coderhacks.com
> Sent: Tuesday, March 13, 2018 3:46 PM
> To: openssl-users at openssl.org
> Subject: [openssl-users] Vanilla OpenSSL uses sytems libs
>
> Hi!
>
> I put a vanilla OpenSSL in a local folder and compiled it.
>
> ./config no-shared
> make
>
> I will not do a "make install" because I will keep my distros installation.
> But Iwill use the vanilla for tests. So I need the binary as well as the libs.
>
> After a ldd  I see that the apps/openssl as well as the libssl and libcrypto use the systems OpenSSL-libs instead of the one I just compiled.
>
> Is there an option so the makefile will produce binaries out of its own libs instead of the sytems?
>
> Thanks!
>
>
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users



More information about the openssl-users mailing list