Re: Question regarding dynamic_library_path - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: Question regarding dynamic_library_path
Date
Msg-id ca4sl6$ij1$1@news.hub.org
Whole thread Raw
In response to Re: Question regarding dynamic_library_path  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> wrote:
> And many people just hate playing games with LD_LIBRARY_PATH, and even
> more hate apps that do it.
>
The current design forces me and anyone else who wants a module that depends
on shared libraries to play these games. My suggestion is that we hide this
with a better implementation. I do *not* want to expose LD_LIBRARY_PATH nor
force anyone to use it. I simply want the dynamic_library_path propagated to
the loader in a correct fasion.

regards,

Thomas Hallgren



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Question regarding dynamic_library_path
Next
From: Andrew Dunstan
Date:
Subject: Re: cvs head : broken regression tests ?