Re: Very minor "configure" issue? - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Very minor "configure" issue?
Date
Msg-id 20061128161825.GG29938@svana.org
Whole thread Raw
In response to Very minor "configure" issue?  (Stephen Harris <lists@spuddy.org>)
List pgsql-general
On Tue, Nov 28, 2006 at 11:11:26AM -0500, Stephen Harris wrote:
> The solution, obviously, is LDFLAGS=-Wl,-R/opt/mystuff/lib ./configure....
> and now everything configures and builds cleanly, but it might be nice
> for that to be automatic.

RPATH is evil. If you're going to install libraries in non-standard
paths, at least include those paths in the system-wide library search
path or add them to LD_LIBRARY_PATH.

You could even symlink the libs into /usr/lib, that would also solve
the problem.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Datafiles binary portable?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: FK pointing to a VIEW