From owner-freebsd-questions Fri Aug 28 02:06:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21700 for freebsd-questions-outgoing; Fri, 28 Aug 1998 02:06:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Guard.PolyNet.Lviv.UA (Guard.PolyNet.Lviv.UA [194.44.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA21607 for ; Fri, 28 Aug 1998 02:05:24 -0700 (PDT) (envelope-from ts@polynet.lviv.ua) From: ts@polynet.lviv.ua Received: (qmail 10391 invoked by alias); 28 Aug 1998 09:03:56 -0000 Received: (qmail 10386 invoked from network); 28 Aug 1998 09:03:54 -0000 Received: from postoffice.polynet.lviv.ua (194.44.138.1) by guard.polynet.lviv.ua with SMTP; 28 Aug 1998 09:03:54 -0000 Received: (qmail 18507 invoked by uid 1000); 28 Aug 1998 09:03:53 -0000 Date: Fri, 28 Aug 1998 12:03:52 +0300 (EEST) To: freebsd-questions@FreeBSD.ORG Subject: APOP + FreeBSD (crypt) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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