hi,
i still get:
/usr/libexec/ld.so: Undefined symbol "_net_write" in 
qpopper:/usr/lib/libkrb.so.4.0
when trying to telnet pop3

>Clifton:
>If I recall correctly (though I'm not a NetBSD guy) libkrb should be
>Kerberos, so you've somehow built in support for Kerberos
>authentication into qpopper, dynamically linked in.  Then the Kerberos
>library is missing some other reference it needs, probably from some
>other dynamic library.  If you don't need Kerberos, I'd go back to the
>"configure" step of building the package and look at the options you
>used,

thats what I did, without the error going away, so I found :
CONFIGURE_ARGS= --libexecdir=/usr/pkg/libexec 
--sysconfdir=/usr/pkg/etc  --enable-apop=/etc/apop.auth 
--with-popuid=pop  --enable-log-facility=LOG_LOCAL1 
--disable-update-abort --without-gdbm 
--with-openssl=/usr/pkgsrc/mail/qpopper/work/.buildlink 
--host=m68k--netbsd --prefix=/usr/pkg
apparently, no Kerberos support;
so i went on to the following tip:

>Running "ldd -r" both on the qpopper binary and the Kerberos library
>may help you figure out the library dependencies.

ldd /usr/pkg/libexec/qpopper
/usr/pkg/libexec/qpopper:
         -lresolv.1 => /usr/lib/libresolv.so.1.0 (0x4040000)
         -lkrb.4 => /usr/lib/libkrb.so.4.0 (0x4049000)
         -lcrypt.0 => /usr/lib/libcrypt.so.0.0 (0x405d000)
         -lssl.1 => /usr/lib/libssl.so.1.0 (0x4063000)
         -lcrypto.0 => /usr/lib/libcrypto.so.0.2 (0x408d000)
         -lc.12 => /usr/lib/libc.so.12.62.1 (0x4140000)
and hey! its still there!
?????????????????????????
karl.
-- 

Reply via email to