Re: BUG #1147: Getting rid of LD_LIBRARY_PATH

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Harald Fricke" <hfricke(at)hdz-nrw(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1147: Getting rid of LD_LIBRARY_PATH
Date: 2004-05-06 16:30:25
Message-ID: 1000.1083861025@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> ./configure LDFLAGS="-R /usr/local/lib" --with-tcl

Actually, the way this is intended to be handled is to set "rpath"
in the platform-specific Makefile. It looks to me like
src/makefiles/Makefile.solaris does so; can you look into it and
see why that doesn't work for you?

> An easier way would be to append the value of LDFLAGS to the linker commands
> building the shared libraries, not only to those building the executables.

AFAICS we do that too. So I'm still confused why you have a problem.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-05-06 16:59:44 Re: [BUGS] BUG #1134: ALTER USER ... RENAME breaks md5 passwords
Previous Message PostgreSQL Bugs List 2004-05-06 14:11:54 BUG #1147: Getting rid of LD_LIBRARY_PATH