Re: beta2 not finding openssl - Mailing list pgsql-general

From Tom Lane
Subject Re: beta2 not finding openssl
Date
Msg-id 10774.1094077555@sss.pgh.pa.us
Whole thread Raw
In response to beta2 not finding openssl  (Mike Nolan <nolan@gw.tssi.com>)
List pgsql-general
Mike Nolan <nolan@gw.tssi.com> writes:
> Beta2 of 8.0.0 doesn't find openssl.  7.4.1 on the same system does.

8.0 expects you to explicitly point to /usr/local/ssl, or wherever
ssl is installed, using --with-includes and --with-libraries.
Prior versions would default to looking in /usr/local/ssl if you
just said "--with-openssl".  Peter made this change to make things
more uniform, but I fear it's a step backwards in friendliness
(at least for those who install ssl in its default place).

            regards, tom lane

pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Understanding pg_autovacuum CPU Usage
Next
From: Ed Smith
Date:
Subject: Interval literal not ANSI compliant