diff options
author | Richard Levitte <levitte@openssl.org> | 2002-07-17 13:16:22 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-07-17 13:16:22 +0200 |
commit | fe5eb6707f231e9f5f9aa54d4d8723ec054410b0 (patch) | |
tree | eb81e39e186ee2cf192b82300b1de620aef40f16 /PROBLEMS | |
parent | On MacOS X, the shared library editor uses DYLD_LIBRARY_PATH (diff) | |
download | openssl-fe5eb6707f231e9f5f9aa54d4d8723ec054410b0.tar.xz openssl-fe5eb6707f231e9f5f9aa54d4d8723ec054410b0.zip |
If OpenSSL is built with shared library support on MacOS X,
everything works fine. Note: this is only true for 0.9.7 and on
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ * System libcrypto.dylib and libssl.dylib are used by system ld on MacOS X. -[NOTE: This is currently undergoing tests, and may be removed soon] + + + NOTE: The problem described here only applies when OpenSSL isn't built + with shared library support (i.e. without the "shared" configuration + option). If you build with shared library support, you will have no + problems as long as you set up DYLD_LIBRARY_PATH properly at all times. + This is really a misfeature in ld, which seems to look for .dylib libraries along the whole library path before it bothers looking for .a libraries. This |