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-18 18:19:26 +0400
committerRichard Levitte <levitte@openssl.org>2002-07-18 18:19:26 +0400
commit8b98de6653d2918d9b855fc57736b85adbfceb24 (patch)
tree6c51fa1583828a0dd44b40095e9c71f1287b26fe /PROBLEMS
parent951d8e0d6b1d66789f87ef8f492bdccd3b9b61e4 (diff)
Merge in the latest chanegs from 0.9.6-stable.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS8
1 files changed, 1 insertions, 7 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 70e591a1d1..f072449fec 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -1,11 +1,5 @@
* System libcrypto.dylib and libssl.dylib are used by system ld on MacOS X.
-
-
- 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.
-
+[NOTE: This is currently undergoing tests, and may be removed soon]
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