From owner-freebsd-questions Wed Apr 15 22:55:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16048 for freebsd-questions-outgoing; Wed, 15 Apr 1998 22:55:16 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from joe.digtemp.net (joe.digtemp.net [208.128.28.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16019 for ; Wed, 15 Apr 1998 22:55:06 -0700 (PDT) (envelope-from webmaster@digtemp.com) Received: from digtemp.com (goodfeathers.digtemp.com [208.128.28.34]) by joe.digtemp.net (8.8.7/8.8.5) with ESMTP id BAA23581 for ; Thu, 16 Apr 1998 01:29:07 -0500 (CDT) Message-ID: <35359D30.A161822B@digtemp.com> Date: Thu, 16 Apr 1998 00:54:56 -0500 From: Webmaster X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: radius.dbm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to compile radiusd from a port that includes MySQL support for logging, the problem I continue to have on the patched version, distfiles version from CD-ROM's ftp site, and the Ascend site is the lack of a dbm.h file gcc -ansi -O -DNOSHADOW -DFreeBSD -DBINARY_FILTERS -DASCEND_SECRET -DASCEND_LOGO UT -DDBM_MODE -o usersdbm.o -c ./users.c ./users.c:53: dbm.h: No such file or directory *** Error code 1 The gdbm libs are installed, and I've tried -ldbm and -lgdbm flags. Any suggestions would be appreciated. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message