From owner-freebsd-questions Tue Apr 1 12:36:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28130 for questions-outgoing; Tue, 1 Apr 1997 12:36:49 -0800 (PST) Received: from fireball.blast.net (fireball.blast.net [204.141.163.53]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA28125 for ; Tue, 1 Apr 1997 12:36:46 -0800 (PST) Received: from flashpoint.blast.net (flashpoint.blast.net [204.141.163.62]) by fireball.blast.net (8.8.5/8.8.5) with ESMTP id PAA02489; Tue, 1 Apr 1997 15:39:02 -0500 (EST) Message-Id: <199704012039.PAA02489@fireball.blast.net> From: "Pat McPartland" To: , "FBSD questions" Subject: Installing tfwtk-2.0 Date: Tue, 1 Apr 1997 15:34:35 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I downloaded tfwtk-2.0 from tis. I am trying to install it on a FreeBSD 2.1.5 machine. I ran fixmake and then run make and I get: # make for a in lib auth smap smapd netacl plug-gw ftp-gw tn-gw rlogin-gw http-gw; do ( cd $a; echo all: `pwd`; make all ); done all: /usr/home/mcp/fwtk/lib all: /usr/home/mcp/fwtk/auth cc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o ../libauth.a ./libfwall.a pass.c:39: Undefined symbol `_crypt' referenced from text segment pass.c:70: Undefined symbol `_crypt' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. Any advice? Thanks, Pat Patrick McPartland mcp@blast.net