krb5-1.6.3-beta1 is available
Nicolas Williams
Nicolas.Williams at sun.com
Fri Sep 28 16:16:10 EDT 2007
On Fri, Sep 28, 2007 at 01:40:56PM -0500, Douglas E. Engert wrote:
> >Running configure with LDFLAGS set to -R /usr/sfw/lib will probably do it.
>
> Don't think so. Something to do with the dynamic loading of the pkinit.
> ldd -s shows it pkinit.so has a rpath, but when dlopen is used, it
> does not use this.
>
> find object=libgcc_s.so.1; required by
> /krb5m/lib/krb5/plugins/preauth/pkinit.so
> search path=/usr/sfw/lib (RPATH from file
> /krb5m/lib/krb5/plugins/preauth/pkinit.so)
> trying path=/usr/sfw/lib/libgcc_s.so.1
> libgcc_s.so.1 => /usr/sfw/lib/libgcc_s.so.1
dlopen() should honor the runpath of the object being opened, if not
then that's a bug.
More information about the krbdev
mailing list