Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Nov 2004 01:13:02 +0000 (01:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Nov 2004 01:13:02 +0000 (01:13 +0000)
commit15aa44d230be2c96fe31f9d612beecbb4b7d8da2
treea40dd8dde2f3668eaa88632329fde04d4ba2bc8c
parent3955a76946e28bd11a1b3d5c64232697b034008e
Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH
and friends may be entirely useless.  In such a case, LD_PRELOAD is
the answer, at least on platforms using LD_LIBRARY_PATH.  There might
be other variables to set on other platforms, please fill us in...

For now, we only do this with the tests, so they won't fail for silly
reasons like getting dynamically linked to older installed libraries
rather than the newly built ones...

PR: 960
test/Makefile