Thread: Re: [HACKERS] PostgreSQL supported platform report and a
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 |
Attachment
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --------------------------------------------------------------------------- Billy G. Allie wrote: -- Start of PGP signed section. > 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 | > > -- End of PGP section, PGP failed! -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Patch applied. Thanks. --------------------------------------------------------------------------- Billy G. Allie wrote: -- Start of PGP signed section. > 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 | > > -- End of PGP section, PGP failed! -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073