Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 09:47:31 -0500 (EST)
From:      nvp@mediaone.net
To:        mavilde@cmn.comnexo.pt (mavilde)
Cc:        freebsd-questions@FreeBSD.ORG, wollman@FreeBSD.ORG
Subject:   Re: Problem with the crypt function
Message-ID:  <19980930144731.3107.qmail@inhaler.noopy.org>
In-Reply-To: <c=PT%a=_nex400%p=comnexo%l=NEX400/GATEWAY/00032967@GATEWAY.comnexo.pt> from mavilde at "Sep 30, 98 12:07:07 pm"

next in thread | previous in thread | raw e-mail | index | archive | help

> "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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980930144731.3107.qmail>