summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2001-04-08 16:36:13 +0000
committerPeter Eisentraut2001-04-08 16:36:13 +0000
commitcdbf1762dc948848a039e02355a5db6e336a8176 (patch)
tree941cdba3c95784259e09e9bc5103914620607145
parent8ca722b678fb5aaa3ef35a1dd168f79ddb8bca6d (diff)
Update to reflect OpenSSL 0.9.6a release.
-rw-r--r--doc/FAQ_Solaris9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris
index 6103e1475b9..91cd6231d65 100644
--- a/doc/FAQ_Solaris
+++ b/doc/FAQ_Solaris
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
Sun Solaris specific
to be read in conjunction with the installation instructions
============================================================
-last updated: $Date: 2001/04/04 20:02:31 $
+last updated: $Date: 2001/04/08 16:36:13 $
current maintainer: Marc Liyanage ([email protected])
original author: Marc Liyanage ([email protected])
@@ -37,7 +37,7 @@ http://www.gnu.org/order/ftp.html
2) Why do I get problems when building with OpenSSL support?
-When you build PostgreSQL with OpenSSL support you will probably get
+When you build PostgreSQL with OpenSSL support you might get
compilation errors in the following files:
src/backend/libpq/crypt.c
@@ -47,10 +47,9 @@ src/interfaces/libpq/fe-connect.c
This is because of a namespace conflict between the standard
/usr/include/crypt.h header and the header files provided by OpenSSL.
-We believe that this should be fixed by OpenSSL.
-The problem can be worked around by removing the inclusion of
-<crypt.h> in these four files.
+Upgrading your OpenSSL installation to version 0.9.6a fixes this
+problem.
3) Why does configure complain about a failed test program?