Re: Explicit LOAD and dynamic library loading

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Scheck <singularsyntax(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Explicit LOAD and dynamic library loading
Date: 2013-06-13 19:24:47
Message-ID: 15746.1371151487@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephen Scheck <singularsyntax(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message 高健 2013-06-14 05:16:39 Re: Why hash join cost calculation need reduction
Previous Message Stephen Scheck 2013-06-13 18:26:35 Re: Explicit LOAD and dynamic library loading