On Thu, 22 Sep 2005, Diane Napolitano wrote:
/usr/lib/libssl.so: undefined reference to `krb5_cc_get_principal'
/usr/lib/libssl.so: undefined reference to `krb5_kt_close'
/usr/lib/libssl.so: undefined reference to `krb5_rc_get_lifespan'
/usr/lib/libssl.so: undefined reference to `krb5_rc_destroy'
/usr/lib/libssl.so: undefined reference to `krb5_kt_get_entry'
/usr/lib/libssl.so: undefined reference to `krb5_rc_initialize'

These messages indicate that the Kerberos libraries aren't getting loaded, and that the SSL library requires them.

Is there anything on /usr/kerberos/lib ? We need to find files libgssapi_krb5.a, libkrb5.a, libk5crypto.a, and libcom_err.a

I get this same result with and without EXTRAAUTHENTICATORS=gss.

Did you do a "make clean" prior to retrying with
        make ldb EXTRAAUTHENTICATORS=gss

You must do a "make clean" if you change the build configuration.

In addition
to this, I constantly get numerous pointer warnings, all similar (if not
exactly the same) as this:
mtest.c:778: warning: pointer targets in assignment differ in signedness

You can quell these by adding
        EXTRACFLAGS=-Wno-pointer-sign
to the build command, e.g.,
        make ldb EXTRAAUTHENTICATORS=gss EXTRACFLAGS=-Wno-pointer-sign

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
Imap-uw@u.washington.edu
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to