From owner-freebsd-questions Thu Apr 16 12:42:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22700 for freebsd-questions-outgoing; Thu, 16 Apr 1998 12:42:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22629 for ; Thu, 16 Apr 1998 19:42:25 GMT (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id MAA07087; Thu, 16 Apr 1998 12:42:22 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Thu, 16 Apr 1998 12:42:22 -0700 (PDT) From: Doug White Reply-To: Doug White To: Webmaster cc: freebsd-questions@FreeBSD.ORG Subject: Re: radius.dbm In-Reply-To: <35359D30.A161822B@digtemp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 16 Apr 1998, Webmaster wrote: > 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. Try adding a -I/path/to/dir/with/dbm/file to the CFLAGS in the Makefile. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message