Re: [HACKERS] PostgreSQL supported platform report and a

Поиск
Список
Период
Сортировка
От Billy G. Allie
Тема Re: [HACKERS] PostgreSQL supported platform report and a
Дата
Msg-id 200211081823.gA8INlx22687@bajor.mug.org
обсуждение исходный текст
Ответы Re: [HACKERS] PostgreSQL supported platform report and a  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] PostgreSQL supported platform report and a  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-ports
Bruce Momjian wrote:
>
> This has been saved for the 7.4 release:
>
>     http:/momjian.postgresql.org/cgi-bin/pgpatches2
>
> I will not apply the _inline_ part.

Bruce,

I am attaching a patch file that will replace the previous one.  It only
contains the patches to Makefile.global.in and Makefile.unixware.  The
Makefile.unixware patch has been updated to include the contents of
LD_LIBRARY_PATH, if present, to the -rpath (-R) option.  This change will
simplify configuring and building PostgreSQL on systems that support
LD_LIBRARY_PATH.  You can set LD_LIBRARY_PATH to include all the directorys
you want to have searched for additional libraries, run configure, then run
make.  The paths in LD_LIBRARY_PATH will then be embedded in the executables
via the -rpath (-R) option to the linker, and so will not require
LD_LIBRARY_PATH in order to run.

--
____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | MSN.......: B_G_Allie@email.msn.com
|-/-|----- | Dearborn, MI 48126|
|/  |LLIE  | (313) 582-1540    |



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL supported platform report and a
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL supported platform report and a