commit | ffd0f93f14e513b86747e9b1bd50e81e5d275834 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Nov 02 01:13:04 2004 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Nov 02 01:13:04 2004 +0000 |
tree | a0d44adb0aa49be0d34defcd4c0fb261727af025 | |
parent | 1a4b8e7cee43d037107f7db193aaf8b2abf78f80 [diff] |
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