krb5-1.6.3-beta1 is available
Ken Raeburn
raeburn at MIT.EDU
Fri Sep 28 13:49:37 EDT 2007
On Sep 28, 2007, at 13:35, Russ Allbery wrote:
> 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.
True, but it shouldn't be necessary if /usr/sfw/lib is supposed to be
searched by default. And we should probably have our -R option
generation take LD_RUN_PATH into account...
Ken
More information about the krbdev
mailing list