From owner-freebsd-questions Thu Jun 29 9: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay04.esat.net (relay04.esat.net [192.111.39.47]) by hub.freebsd.org (Postfix) with ESMTP id C5BA537BB9A for ; Thu, 29 Jun 2000 09:08:57 -0700 (PDT) (envelope-from toconnor@comnitel.com) Received: from (comnitel.com) [193.120.57.38] by relay04.esat.net with esmtp id 137grv-0004Q4-00; Thu, 29 Jun 2000 17:08:51 +0100 Received: from leeds (leeds [192.168.1.10]) by comnitel.com (8.9.3+Sun/8.9.1) with SMTP id RAA21508; Thu, 29 Jun 2000 17:08:26 +0100 (BST) From: "TJ O Connor" To: , , Subject: Configuring the authsrv Date: Thu, 29 Jun 2000 17:08:27 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm just after downloading the TIS FWTK and im trying to configure it. I've run my 'make' and 'make install' but when i come to initializing the database and running './authsrv', I can't find it. I don't know what to do to get it. When i run a make in the auth directory this is what happens cc -g -o authsrv authsrv.o proto.o db.o pass.o srvio.o ../libauth.a ../libfwall.a db.o: In function `auth_dbopen': /usr/local/src/fwtk/auth/db.c:66: undefined reference to `dbm_open' db.o: In function `auth_dbclose': /usr/local/src/fwtk/auth/db.c:83: undefined reference to `dbm_close' db.o: In function `auth_dbgetu': /usr/local/src/fwtk/auth/db.c:123: undefined reference to `dbm_fetch' db.o: In function `auth_dbputu': /usr/local/src/fwtk/auth/db.c:152: undefined reference to `dbm_store' db.o: In function `auth_dbdelu': /usr/local/src/fwtk/auth/db.c:176: undefined reference to `dbm_delete' db.o: In function `auth_dbtraversestart': /usr/local/src/fwtk/auth/db.c:196: undefined reference to `dbm_firstkey' /usr/local/src/fwtk/auth/db.c:200: undefined reference to `dbm_fetch' db.o: In function `auth_dbtraversenext': /usr/local/src/fwtk/auth/db.c:225: undefined reference to `dbm_nextkey' /usr/local/src/fwtk/auth/db.c:229: undefined reference to `dbm_fetch' pass.o: In function `passverify': /usr/local/src/fwtk/auth/pass.c:39: undefined reference to `crypt' pass.o: In function `passset': /usr/local/src/fwtk/auth/pass.c:70: undefined reference to `crypt' collect2: ld returned 1 exit status make: *** [authsrv] Error 1 If anyone knows anything about this it would be very helpful. - -- _ T.J.O'Connor _/ \_ 2200 Cork Airport Business Park, SysAdmin / \_/ \ Kinsale Rd., Cork, Ireland. Comnitel Technologies \_/ \_/ Ph: +353 21 7305620 toconnor@comnitel.com \_/ Fax: +353 21 7305624 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message