On Mon, Jan 21, 2002 at 03:10:36PM -0500, Rodent of Unusual Size wrote: > Bill Stoddard wrote: > > > > Tagged. > > Breakage: > > CC="gcc" \ > CFLAGS="-g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow " \ > ./configure --enable-shared=max --enable-module=most > : > make > : > 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 > make[4]: *** [mod_auth_dbm.so] Error 1 > make[3]: *** [all] Error 1 > make[2]: *** [subdirs] Error 1 > make[2]: Leaving directory `/home/coar/apache-1.3/src' > make[1]: *** [build-std] Error 2 > make[1]: Leaving directory `/home/coar/apache-1.3' > make: *** [build] Error 2
ln -s /usr/include/gdbm-ndbm.h /usr/include/ndbm.h in case you're running debian and have installed libgdbmg1-dev. (If that is the case: debian breakage by default, not apache's fault) -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>