Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
cdbf1762
Commit
cdbf1762
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Update to reflect OpenSSL 0.9.6a release.
parent
8ca722b6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ_Solaris
+4
-5
4 additions, 5 deletions
doc/FAQ_Solaris
with
4 additions
and
5 deletions
doc/FAQ_Solaris
+
4
−
5
View file @
cdbf1762
...
...
@@ -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/0
4 20:02:31
$
last updated: $Date: 2001/04/0
8 16:36:13
$
current maintainer: Marc Liyanage (liyanage@access.ch)
original author: Marc Liyanage (liyanage@access.ch)
...
...
@@ -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 fi
le
s
.
Upgrading your OpenSSL installation to version 0.9.6a fixes this
prob
le
m
.
3) Why does configure complain about a failed test program?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment