Date: Fri, 28 Aug 1998 12:03:52 +0300 (EEST) From: ts@polynet.lviv.ua To: freebsd-questions@FreeBSD.ORG Subject: APOP + FreeBSD (crypt) Message-ID: <Pine.BSF.4.02.9808281113160.17979-100000@NetSurfer.LP.Lviv.UA>
next in thread | raw e-mail | index | archive | help
Hi
I want APOP support with FreeBSD (2.2.6), so I've got the latest
Qualcomm's 2.53 qpopper.
Has anyone succed to compile and use it ?
I'm having difficulties, get "segmentation faults" ;(
There is something on FreeBSD crypt, should I use only libdescrypt
libraries with qpopper ? Even so, please see below.
It's hard to compile, "configure" does not
see for example my /usr/local/include and /usr/local/lib with
gdbm.h and libgdbm.a ;) Despite it, I have compiled qpopper,
though "popauth -init" succeed with GDBM, "popauth -user xyz" fails with
"Segmentation fault".
ktrace shows this:
27199 popauth CALL close(0x5)
27199 popauth RET close 0
27199 popauth CALL write(0x2,0xefbfcb50,0x1e)
27199 popauth GIO fd 2 wrote 30 bytes
"Changing POP password for xyz.
"
27199 popauth RET write 30/0x1e
27199 popauth PSIG SIGSEGV SIG_DFL
==
and gdb:
Program received signal SIGSEGV, Segmentation fault.
0x4917 in _gdbm_hash ()
==
Any help would be appreciated, even if you'll advice another popper ;)
Thanks.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.9808281113160.17979-100000>
