On Fri, Mar 15, 2002 at 04:05:08PM +0100, karl vossen wrote:
> freshly built and installed qpopper on netbsd/mac68k from the 
> packagesource and all went fine; added the line to inetd.conf and all.
> when i tried to retrieve some testmail with eudora on the mac, it 
> complained that the server wouldnt respond.
> so, as stated in the faq, i tried to telnet pop3 with this as an answer:
> /usr/libexec/ld.so: Undefined symbol "_net_write" in 
> qpopper:/usr/lib/libkrb.so.4.0
> que?
> i dont even have a clue about the nature of this problem.
> show me the path...

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, and maybe change the authentication configure options to not use
it.  If you do need Kerberos, you need to figure out why it's not
finding this _net_write module.

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

  -- Clifton

-- 
 Clifton Royston  --  LavaNet Systems Architect --  [EMAIL PROTECTED]
   WWJD?   "JWRTFM!" - Scott Dorsey (kludge)   "JWG" - Eddie Aikau

Reply via email to