Craig Ringer <cr...@postnewspapers.com.au> writes:
> On 16/09/2010 4:35 PM, Peter Roethlisberger wrote:
>> /usr/local/openssl/lib64/libssl.a: could not read symbols: Bad value

> Bad build of OpenSSL? What does:

Well, the real question here is why it's not picking up a shared-library
version of libssl instead.  By and large you don't want libpq linking
to a static version of openssl, so even if this configuration worked
it wouldn't be a good thing to do.

I'd get rid of the /usr/local version of openssl and use the
distro-provided one instead.

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to