From owner-freebsd-isp  Wed Oct  7 14:08:52 1998
Return-Path: <owner-freebsd-isp@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id OAA23015
          for freebsd-isp-outgoing; Wed, 7 Oct 1998 14:08:52 -0700 (PDT)
          (envelope-from owner-freebsd-isp@FreeBSD.ORG)
Received: from shemp.palomine.net (shemp.palomine.net [205.198.88.200])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA22971
          for <freebsd-isp@FreeBSD.ORG>; Wed, 7 Oct 1998 14:08:32 -0700 (PDT)
          (envelope-from cjohnson@palomine.net)
Received: (qmail 9600 invoked by uid 1000); 7 Oct 1998 21:08:26 -0000
Message-ID: <19981007170826.A9595@palomine.net>
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
References: <001601bdf221$00b13d20$397c79cf@apollo.inr.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.93.2i
In-Reply-To: <001601bdf221$00b13d20$397c79cf@apollo.inr.net>; from Mike Dugas on Wed, Oct 07, 1998 at 02:33:39PM -0400
Sender: owner-freebsd-isp@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

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