BUG #2159: Run-time library path not set

From: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2159: Run-time library path not set
Date: 2006-01-10 00:30:08
Message-ID: 20060110003008.C220CF0A32@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2159
Logged by: Henry B. Hotz
Email address: hotz(at)jpl(dot)nasa(dot)gov
PostgreSQL version: 8.1.1
Operating system: Solaris 9
Description: Run-time library path not set
Details:

When the --with-libraries=<dir>:<dir>... configure option is used it should
set not only -L<dir> options, but -R<dir> options as well. If this is not
done then the resulting binaries and libraries cannot be used unless the
user sets corresponding LD_LIBRARY_PATH and/or LD_RUN_PATH environment
variables. If it is done, then the requirement goes away.

If it is done then you can *still* use the shared libraries (e.g. for make
check) by setting LD_RUN_PATH to their current location even if they are not
"where they belong".

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeevanandam, Kathirvel (IE10) 2006-01-10 04:44:42 createlang plpgsql failed
Previous Message Michael Fuhr 2006-01-09 20:38:03 Re: BUG #2157: Disabling trigger