Re: RPATH issue with libpq on Solaris 8 (gcc) - Mailing list pgsql-admin

From Tom Lane
Subject Re: RPATH issue with libpq on Solaris 8 (gcc)
Date
Msg-id 14121.1194118374@sss.pgh.pa.us
Whole thread Raw
In response to RPATH issue with libpq on Solaris 8 (gcc)  (Jason Testart <jatestart@cs.uwaterloo.ca>)
Responses Re: RPATH issue with libpq on Solaris 8 (gcc)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Jason Testart <jatestart@cs.uwaterloo.ca> writes:
> Tom Lane wrote:
>> Try adjusting 'rpathdir' in src/Makefile.global (post-configure), instead.

> That also seems to have the positive effect of getting libpq.so to find
> the shared objects that it depends on.  So is the fact that I need to
> edit src/Makefile.global after I run configure mean that I found a bug? ;-)

Seems more like a feature request: there should be a way to override
rpathdir from a configure switch.  We already have an enable-rpath
switch, but it's just a boolean.  Maybe allow
    configure --enable-rpath=PATH
?

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: RPATH issue with libpq on Solaris 8 (gcc)
Next
From: "Peter Koczan"
Date:
Subject: Re: Postgresql pg_dumpall