Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!goanna.cs.rmit.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!fizban.solace.mh.se!paladin.american.edu!europa.chnt.gtegsc.com!newsxfer.itd.umich.edu!agate!reason.cdrom.com!usenet From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: NDBM broken in FreeBSD? Date: Fri, 10 Nov 1995 03:42:34 -0800 Organization: Walnut Creek CDROM Lines: 8 Message-ID: <30A33AAA.41C67EA6@FreeBSD.org> References: <1995Nov8.122815.66306@cc.usu.edu> NNTP-Posting-Host: time.cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b2 (X11; I; FreeBSD 2.1-STABLE i386) To: Brandon Gillespie <brandon@cc.usu.edu> Do you happen to have a "db.h" file somewhere in this software and a -I that's taking precedence over the system <db.h>? If you actually chase the error down, it's clear that the typedef DB DBM is falling over. Another possibility is that you're defining a "DB" symbol someplace. I'd say this would be an easy one to debug. -- Jordan