krb5-1.6.3-beta1 is available
Russ Allbery
rra at stanford.edu
Fri Sep 28 13:35:07 EDT 2007
"Douglas E. Engert" <deengert at anl.gov> writes:
> which is looking at the two -R directories, but not at
> /usr/sfw/lib or at /usr/lib
I would expect that. The dynamic loader will only look in the -R paths
and then in any paths you've configured with crle.
> During the ./configure I did have:
> LD_LIBRARY_PATH=/opt/smartcard/lib
LD_LIBRARY_PATH only sets the lookup path for binaries run during the
compilation. LD_RUN_PATH will set what library paths are encoded in the
binaries. However, on Solaris, I believe the -R command-line options
override LD_RUN_PATH. So, basically, you want to find some way of
introducing another -R flag.
Running configure with LDFLAGS set to -R /usr/sfw/lib will probably do it.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the krbdev
mailing list