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