On 9/22/05, Mark Crispin <[EMAIL PROTECTED]> wrote:
On Thu, 22 Sep 2005, Diane Napolitano wrote:
> /usr/sbin/ipop3d: symbol lookup error: /usr/sbin/ipop3d: undefined symbol:
> krb5_kt_start_seq_get

This error message indicates a problem with the Kerberos library.

I suggest that you get a copy of the imap-2004g sources:
        ftp://ftp.cac.washington.edu/mail/imap.tar.Z
unpack it using the commands:
        gzip imap.tar.Z | tar xf -
and then build it using the commands:
        cd imap-2004g
        make lfd EXTRAAUTHENTICATORS=gss

If you do not need Kerberos support, you can setting the
EXTRAUTHENTICATORS and just do:
        make lfd

If you don't have all the necessary development environments installed,
the build may fail.  Just post a transcript of the failing build, and
we'll tell you what development environments package(s) you need to
install.  It may be necessary to go through multiple iterations (generally
no more than 2 or 3) before you have all the packages you need.

The good news is that once you do this, you can build subsequent versions
from UW without having to depend upon someone else to provide an RPM.

Thanks for the suggestions, but I already tried both of these solutions...the make does fail, with the following output:

/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'
collect2: ld returned 1 exit status
make[2]: *** [mtest] Error 1
make[2]: Leaving directory `/root/imap-2004g/mtest'
make[1]: *** [bundled] Error 2
make[1]: Leaving directory `/root/imap-2004g'

I get this same result with and without EXTRAAUTHENTICATORS=gss.  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

If it helps, the output from rpm -qa | grep krb5 shows I'm using kerberos5 version 1.4.3.

Thanks again for the help.

- Diane
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to