Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-17 15:16:26 +0400
committerRichard Levitte <levitte@openssl.org>2002-07-17 15:16:26 +0400
commit9f1c3d7392fa83d84f4adba83a2d91b14f7ca304 (patch)
treebc4ca8a9afd90dba0a5816ccf45f4d4a45d26119 /PROBLEMS
parent362be34a2f18d40f513639153b306fce6e5f30fa (diff)
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--PROBLEMS8
1 files changed, 7 insertions, 1 deletions
diff --git a/PROBLEMS b/PROBLEMS
index f072449fec..70e591a1d1 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -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