Re: Question regarding dynamic_library_path

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question regarding dynamic_library_path
Date: 2004-06-09 05:24:13
Message-ID: 16269.1086758653@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Thomas Hallgren" <thhal(at)mailblocks(dot)com> writes:
>> ... Furthermore, AFAICT shl_load()
>> requires an exact path spec for the initial shared library; it won't
>> do a path search for that, only for dependencies.)
>>
> Here's an excerpt from the HPUX manual pages on dlopen(3C).

HPUX which? There is no dlopen() in HPUX 10.20, which is what
I'm running here; nor do we use dlopen() in any HPUX version
given the current state of port/dynloader/hpux.c.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-06-09 07:57:07 Re: Question regarding dynamic_library_path
Previous Message Tom Lane 2004-06-09 04:53:53 Re: cvs head : broken regression tests ?