If OpenSSL is built with shared library support on MacOS X,
authorRichard Levitte <levitte@openssl.org>
Wed, 17 Jul 2002 11:16:22 +0000 (11:16 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 17 Jul 2002 11:16:22 +0000 (11:16 +0000)
 everything works fine.  Note: this is only true for 0.9.7 and on

PROBLEMS

index f072449feca8c77565299c1c1522a018e9eedb62..70e591a1d1fa470e5417654d9d7d8d6868725868 100644 (file)
--- 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