Subject: fetchmail and kerberos?
To: None <tech-pkg@netbsd.org>
From: Urban Boquist <boquist@crt.se>
List: tech-pkg
Date: 03/09/2001 14:11:45
Hi,

is the kerberos support that seems present in
pkgsrc/mail/fetchmail/Makefile supposed to work?

If I build on NetBSD-1.5 with a "-current" pkgsrc and KERBEROS=YES it
stops with:

cc -L/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o  etrn.o odmr.o fetchmail.o idle.o env.o options.o daemon.o driver.o  sink.o rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o cram.o  kerberos.o gssapi.o opie.o rpa.o interface.o netrc.o base64.o  error.o unmime.o conf.o checkalias.o smbdes.o smbencrypt.o smbmd4.o  smbutil.o ipv6-connect.o   -lcrypt  -L/usr/pkg/lib -lintl -lkrb -ldes -lssl -lcrypto -lfl -o fetchmail
/usr/lib/libkrb.so: undefined reference to `net_write'
/usr/lib/libkrb.so: undefined reference to `init_error_table'
/usr/lib/libkrb.so: undefined reference to `base64_encode'
/usr/lib/libkrb.so: undefined reference to `net_read'
/usr/lib/libkrb.so: undefined reference to `initialize_error_table_r'
/usr/lib/libkrb.so: undefined reference to `dns_free_data'
/usr/lib/libkrb.so: undefined reference to `dns_lookup'
/usr/lib/libkrb.so: undefined reference to `roken_mconcat'
collect2: ld returned 1 exit status

The same thing happens on a 1.5 pkgsrc (and KERBEROS=4).

?

Regards,

        -- Urban