Re: Explicit LOAD and dynamic library loading - Mailing list pgsql-general

From Tom Lane
Subject Re: Explicit LOAD and dynamic library loading
Date
Msg-id 15746.1371151487@sss.pgh.pa.us
Whole thread Raw
In response to Re: Explicit LOAD and dynamic library loading  (Stephen Scheck <singularsyntax@gmail.com>)
List pgsql-general
Stephen Scheck <singularsyntax@gmail.com> writes:
> One thing that's still a bit confusing, though ... I build the extensions
> in my own home dir, which results in the rpath getting set like
> this: -Wl,-rpath,'/vol/data/home/sscheck/sandbox/postgresql-9.2.4-build/lib'

Hm, it should be .../lib under whatever you configured the installation
prefix directory to be.

            regards, tom lane


pgsql-general by date:

Previous
From: Stephen Scheck
Date:
Subject: Re: Explicit LOAD and dynamic library loading
Next
From: 高健
Date:
Subject: Re: Why hash join cost calculation need reduction