File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
33Sun Solaris specific
44to be read in conjunction with the installation instructions
55============================================================
6- last updated: $Date: 2001/04/04 20:02:31 $
6+ last updated: $Date: 2001/04/08 16:36:13 $
77
88current maintainer: Marc Liyanage (liyanage@access.ch)
99original author: Marc Liyanage (liyanage@access.ch)
@@ -37,7 +37,7 @@ http://www.gnu.org/order/ftp.html
3737
38382) Why do I get problems when building with OpenSSL support?
3939
40- When you build PostgreSQL with OpenSSL support you will probably get
40+ When you build PostgreSQL with OpenSSL support you might get
4141compilation errors in the following files:
4242
4343src/backend/libpq/crypt.c
@@ -47,10 +47,9 @@ src/interfaces/libpq/fe-connect.c
4747
4848This is because of a namespace conflict between the standard
4949/usr/include/crypt.h header and the header files provided by OpenSSL.
50- We believe that this should be fixed by OpenSSL.
5150
52- The problem can be worked around by removing the inclusion of
53- <crypt.h> in these four files .
51+ Upgrading your OpenSSL installation to version 0.9.6a fixes this
52+ problem .
5453
5554
56553) Why does configure complain about a failed test program?
You can’t perform that action at this time.
0 commit comments