[2065] in Kerberos-V5-bugs
Re: make check doesn't get right shared libs under Linux
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Jul 2 20:12:50 1996
From: epeisach@MIT.EDU
Date: Tue, 2 Jul 1996 20:12:46 -0400
To: hartmans@MIT.EDU
Cc: krb5-bugs@MIT.EDU
I tracked down the problem.... We are building the applications with the
-rpath directive. On the Alpha, we have to set another environment
variable to prepend to the rpath list so the files are not found and
then the LD_LIBRARY_PATH will be used exclusivly...
Now, under Linux, if you use -rpath, there is no way possible to
override the rpath setting!!! (At least from my cursory reading of the
sources) The same problem seems to exist in the 1.8.1 version of
ld.so...
Ezra