Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL
Дата
Msg-id Pine.LNX.4.30.0103132012380.2274-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane writes:

> Peter Eisentraut <peter_e@gmx.net> writes:
> >> IIRC, someone else reported a few days ago that the int8 tests failed on
> >> their platform if and only if openssl was linked in.  Not sure what
> >> openssl could be doing to screw up long long int arithmetic, but that
> >> was the report.
>
> > Of course!  The test program aborts because it can't find the shared
> > library.  Yet another reason to avoid AC_TRY_RUN.
>
> Er ... what?  Why would the test program be trying to use that shlib?

Because -lssl is added to LIBS, the test program is linked against LIBS,
and when the program starts it tries to locate all the dependent libraries
(not matter if it doesn't actually have to use them).

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/

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

Предыдущее
От: Terry Carlin
Дата:
Сообщение: RE: Memory leak in ODBC driver
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL