From owner-freebsd-questions Mon Mar 10 17:05:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA13946 for questions-outgoing; Mon, 10 Mar 1997 17:05:25 -0800 (PST) Received: from salsa.habaneros.com (salsa.habaneros.com [207.34.140.99]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA13927 for ; Mon, 10 Mar 1997 17:05:15 -0800 (PST) Received: from ppp01.habaneros.com (jalapeno.habaneros.com [207.34.140.98]) by salsa.habaneros.com (8.7.6/8.7.3) with SMTP id RAA05412 for ; Mon, 10 Mar 1997 17:04:57 -0800 (PST) Received: by ppp01.habaneros.com with Microsoft Mail id <01BC2D74.CE001760@ppp01.habaneros.com>; Mon, 10 Mar 1997 17:02:15 -0800 Message-ID: <01BC2D74.CE001760@ppp01.habaneros.com> From: "Neil C. Jensen" To: "'questions@freebsd.org'" Subject: trouble compiling htpasswd on 2.2-GAMMA Date: Mon, 10 Mar 1997 17:02:13 -0800 Encoding: 16 TEXT Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to compile the htpasswd program which comes with Apache 1.2b7 and get the following errors: bash-2.00$ make gcc -DSTATUS htpasswd.c -o htpasswd /var/tmp/cc0004281.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 I haven't changed the Makefile in the support directory at all; LIBS1= -lcrypt is included. I'm running 2.2-GAMMA-970308. Any suggestions? Thanks in advance. Neil