Building and linking against shared libraries works around a problem
on NetBSD 7.0 where it uses the non-RFC3779 functions from the
system's libcrypt.so instead of the RFC3779-enabled functions from the
statically linked libcrypt.a.

Linux systems don't have this same problem for some reason.  It does
not hurt to build the shared libraries on Linux systems, however.
---
 README.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.in b/README.in
index 5d6a099..dee1b77 100644
--- a/README.in
+++ b/README.in
@@ -116,7 +116,7 @@ version @MIN_OPENSSL_VERSION@) from http://www.openssl.org. 
 We recommend the de
 installation target directory /usr/local/ssl.  As of version 1.0.1e,
 the steps were:
 
-       $ ./config enable-rfc3779
+       $ ./config shared enable-rfc3779
        $ make depend
        $ make
        $ make test
-- 
2.6.3


------------------------------------------------------------------------------
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to