Re: libssl issue ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libssl issue ?
Дата
Msg-id 11171.1284644960@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libssl issue ?  (Craig Ringer <craig@postnewspapers.com.au>)
Ответы Re: libssl issue ?  (Peter Roethlisberger <peter.roethlisberger@gmail.com>)
Список pgsql-general
Craig Ringer <craig@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

В списке pgsql-general по дате отправления:

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: Need magic for identifieing double adresses
Следующее
От: Louis-David Mitterrand
Дата:
Сообщение: "EXECUTE ... into var" doesn't set FOUND: bug or feature?