Re: beta2 not finding openssl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
Cc: pgsql-general(at)postgresql(dot)org (pgsql general list)
Subject: Re: beta2 not finding openssl
Date: 2004-09-01 22:25:55
Message-ID: 10774.1094077555@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Nolan <nolan(at)gw(dot)tssi(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ed Smith 2004-09-01 22:29:09 Interval literal not ANSI compliant
Previous Message Matthew T. O'Connor 2004-09-01 22:09:08 Re: Understanding pg_autovacuum CPU Usage