On Mon, Jan 21, 2002 at 03:10:36PM -0500, Ken Coar wrote: > : > gcc -c -I../../os/unix -I../../include -DLINUX=22 -DNO_DBM_REWRITEMAP >-DUSE_HSREGEX -DUSE_EXPAT -I../../lib/expat-lite -g > -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow `../../apaci` -fpic >-DSHARED_MODULE mod_auth_dbm.c && mv > mod_auth_dbm.o mod_auth_dbm.lo > mod_auth_dbm.c:84:18: ndbm.h: No such file or directory
This will happen if you don't have the db1-devel package installed (unsurprisingly: if the header isn't there, it isn't detected). If you do have db1-devel installed, you should find -I/usr/include/db1 in your CFLAGS... joe