Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 1998 17:08:26 -0400
From:      Chris Johnson <cjohnson@palomine.net>
To:        Mike Dugas <mad@inr.net>, freebsd-isp@FreeBSD.ORG
Subject:   Re: Qmail/POP Before SMTP
Message-ID:  <19981007170826.A9595@palomine.net>
In-Reply-To: <001601bdf221$00b13d20$397c79cf@apollo.inr.net>; from Mike Dugas on Wed, Oct 07, 1998 at 02:33:39PM -0400
References:  <001601bdf221$00b13d20$397c79cf@apollo.inr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 07, 1998 at 02:33:39PM -0400, Mike Dugas wrote:
> Somebody help me! :-)
> 
> Hi :)
> 
> I'm running FreeBSD 2.2.7 with Qmail 1.03 installed.  I'm trying to
> configure the open-smtp package from the Qmail web site to use POP before
> SMTP relaying... As part of the package I need to compile the
> "checkpassword" program with a patch... Every time I try to do this, I get
> this error:
> 
> checkpassword.o: Undefined symbol `_crypt' referenced from text segment
> *** Error code 1

Edit the Makefile, and on line 12 (or thereabouts, the one that starts with
$(LD)), stick -lcrypt at the end. Then all will be well. 

Chris

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



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