Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )
Дата
Msg-id 25723.1158333875@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Список pgsql-hackers
"Albe Laurenz" <all@adv.magwien.gv.at> writes:
> Up to now you have built against the static libpq.a
> I didn't add the right -blibpath to this patch that
> failed for you - the broken initdb is dynamically linked
> but does not know where to look for its shared library.

> The patch I just submitted to pgsql-patches should take
> care of that. It makes the executables look in --libdir.

Mmm ... what of "make check"'s temporary installation?  We need
to have the executables search in the temporary install's libdir,
*before* looking in the configured --libdir (which could easily
contain an incompatible back-version libpq ...)

pg_regress normally tries to handle this by setting LD_LIBRARY_PATH
... does AIX use that or a similar symbol?
        regards, tom lane


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

Предыдущее
От: Andrew - Supernews
Дата:
Сообщение: Re: New version of money type
Следующее
От: "Rocco Altier"
Дата:
Сообщение: Re: [PATCHES] Linking on AIX (Was: Fix linking of OpenLDAP libraries )