From owner-freebsd-questions Wed Sep 30 04:11:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15007 for freebsd-questions-outgoing; Wed, 30 Sep 1998 04:11:14 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ceeint.comnexo.pt (ceeint.comnexo.pt [194.38.128.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14996; Wed, 30 Sep 1998 04:11:02 -0700 (PDT) (envelope-from mavilde@cmn.comnexo.pt) Received: from GATEWAY.comnexo.pt (gateway [192.168.128.1]) by ceeint.comnexo.pt (8.8.8/8.8.8) with SMTP id MAA19282; Wed, 30 Sep 1998 12:14:31 +0100 (WET DST) Received: by GATEWAY.comnexo.pt with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BDEC6A.7880D700@GATEWAY.comnexo.pt>; Wed, 30 Sep 1998 12:04:26 +0100 Message-ID: From: mavilde To: "'freebsd-questions@freebsd.org'" , "'wollman@FreeBSD.ORG'" Subject: Problem with the crypt function Date: Wed, 30 Sep 1998 12:07:07 +0100 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAA14998 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, i'm having a little problem with crypt. I'm using the 2.2.6 FreeBSD version and i'm trying to install a pop server, what happens is that it uses crypt to scramble the password and compare it. I've done almost everything and nothing works, i always have the folowing error: "cc -o pop3d pop3d.o mailbox.o version.o pop3d.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 Stop." In all the files i have included th unistd.h (#inculde ). Reading the handbook i saw that i'm using DES to create the passwords, so my /usr/lib is like this bash# ls -la /usr/lib/libcrypt* lrwxrwxrwx 1 root bin 13 May 27 19:21 /usr/lib/libcrypt.a -> libdescrypt.a lrwxrwxrwx 1 root bin 18 May 27 19:21 /usr/lib/libcrypt.so.2.0 -> libdescrypt.so.2.0 lrwxrwxrwx 1 root bin 15 May 27 19:21 /usr/lib/libcrypt_p.a -> libdescrypt_p.a i really need this pop server to work, do you know where this error come from and how can i solve it? i tried another pop servers wich have the same error if they use the crypt function. If you could help me please, i would really apreciate it!!! Thanks in advance. Mavilde dos Anjos (mavilde@comnexo.pt) Comnexo, S.A. Av. da Républica, 24 - 5º 1050 Lisboa - Portugal Tel.: +351 1 318 3000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message