Ik heb een raar probleem met het compileren van apache op een debian bak (3.1)
Na een standaard installatie erop te zetten en apache te compileren met:
./configure --enable-shared=max --enable-module=most
krijg ik bij het uitvoeren van het make commando:
/lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo
mod_auth_dbm.c:41:18: ndbm.h: No such file or directory
mod_auth_dbm.c: In function `get_dbm_pw':
mod_auth_dbm.c:109: error: `DBM' undeclared (first use in this function)
mod_auth_dbm.c:109: error: (Each undeclared identifier is reported only once
mod_auth_dbm.c:109: error: for each function it appears in.)
mod_auth_dbm.c:109: error: `f' undeclared (first use in this function)
mod_auth_dbm.c:110: error: `datum' undeclared (first use in this function)
mod_auth_dbm.c:110: error: syntax error before "d"
mod_auth_dbm.c:113: error: `q' undeclared (first use in this function)
mod_auth_dbm.c:127: error: `d' undeclared (first use in this function)
make[4]: *** [mod_auth_dbm.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/apache_1.3.34/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/apache_1.3.34'
make: *** [build] Error 2
localhost:~/apache_1.3.34#
Ik heb gekeken op internet maar kan niks vinden,kan iemand mij de goed kant op wijzen.
Na een standaard installatie erop te zetten en apache te compileren met:
./configure --enable-shared=max --enable-module=most
krijg ik bij het uitvoeren van het make commando:
/lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE mod_auth_dbm.c && mv mod_auth_dbm.o mod_auth_dbm.lo
mod_auth_dbm.c:41:18: ndbm.h: No such file or directory
mod_auth_dbm.c: In function `get_dbm_pw':
mod_auth_dbm.c:109: error: `DBM' undeclared (first use in this function)
mod_auth_dbm.c:109: error: (Each undeclared identifier is reported only once
mod_auth_dbm.c:109: error: for each function it appears in.)
mod_auth_dbm.c:109: error: `f' undeclared (first use in this function)
mod_auth_dbm.c:110: error: `datum' undeclared (first use in this function)
mod_auth_dbm.c:110: error: syntax error before "d"
mod_auth_dbm.c:113: error: `q' undeclared (first use in this function)
mod_auth_dbm.c:127: error: `d' undeclared (first use in this function)
make[4]: *** [mod_auth_dbm.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/apache_1.3.34/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/apache_1.3.34'
make: *** [build] Error 2
localhost:~/apache_1.3.34#
Ik heb gekeken op internet maar kan niks vinden,kan iemand mij de goed kant op wijzen.