Re: Question regarding dynamic_library_path

From: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Question regarding dynamic_library_path
Date: 2004-06-08 17:14:04
Message-ID: thhal-0CYyhAZXzTdsg0unSsclBHCTWq0mIpE@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
>
> I think the idea is that you want to specify the path in the config
> file, after the app has already started. I don't think you can modify
> the environment variable after the app has started, and even if you can,
> it seems simpler to just do it in our code and specify the exact path
> rather than having it poke around in whatever LD_LIBRARY_PATH is set to.
>
Ok, that makes sense. But I think most systems have the ability to change
the environment of a running process (setenv on Posix systems) and the
current design, simple as it is, doesn't work in all cases.

regards,

Thomas Hallgren

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-06-08 17:24:13 Re: Question regarding dynamic_library_path
Previous Message Thomas Hallgren 2004-06-08 17:08:00 Re: Question regarding dynamic_library_path