From owner-freebsd-questions Wed Sep 30 06:44:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02919 for freebsd-questions-outgoing; Wed, 30 Sep 1998 06:44:42 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from inhaler.noopy.org (nvp.ne.mediaone.net [24.128.50.139]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA02887 for ; Wed, 30 Sep 1998 06:44:38 -0700 (PDT) (envelope-from nvp@mediaone.net) From: nvp@mediaone.net Received: (qmail 3108 invoked by uid 603); 30 Sep 1998 14:47:31 -0000 Message-ID: <19980930144731.3107.qmail@inhaler.noopy.org> Subject: Re: Problem with the crypt function In-Reply-To: from mavilde at "Sep 30, 98 12:07:07 pm" To: mavilde@cmn.comnexo.pt (mavilde) Date: Wed, 30 Sep 1998 09:47:31 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG, wollman@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > "cc -o pop3d pop3d.o mailbox.o version.o > pop3d.o: Undefined symbol `_crypt' referenced from text segment > *** Error code 1 You should have a -lcrypt somewhere in the Makefile (or config options) of the software that you're trying to build. Perl, for example, has a crypt function -- and is linked against -lcrypt. -- Nate Patwardhan, System Administrator O'Reilly and Associates nvp@oreilly.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message