On Fri, Apr 05, 2002 at 02:10:37PM -0700, Dan Egli wrote:
: I don't have a /usr/include/BerkleyDB folder.
:
: so I looked for any db.h files...
: [root@shortcircuit root]# find /usr/include -name db.h -print
: /usr/include/db1/db.h
: /usr/include/kpathsea/db.h
Change the line in dbfn.h that reads "#include <db.h>" to
"#include <db1/db.h>". Mandrake (and most other distros) package db.h
into separate directories (based on installing BerkeleyDB v1, v3 and now
v4).
--Jerry
Open-Source software isn't a matter of life or death...
...It's much more important than that!