Re: RPATH issue with libpq on Solaris 8 (gcc)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jason Testart <jatestart(at)cs(dot)uwaterloo(dot)ca>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: RPATH issue with libpq on Solaris 8 (gcc)
Date: 2007-11-03 19:32:54
Message-ID: 14121.1194118374@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jason Testart <jatestart(at)cs(dot)uwaterloo(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Koczan 2007-11-03 23:39:01 Re: Postgresql pg_dumpall
Previous Message Tom Lane 2007-11-03 18:00:28 Re: RPATH issue with libpq on Solaris 8 (gcc)