|
发表于 2005-11-27 13:54:42
|
显示全部楼层
Post by 过客
apache的版本为1.3.34
而1.3.29版本的却并无此问题
编译为
./configure --prefix=/usr/local/apache/ --enable-shared=max --enable-module=most
------
mod_auth_dbm.c:41:18: ndbm.h: 没有那个文件或目录
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] 错误 1
make[3]: *** [all] 错误 1
make[2]: *** [subdirs] 错误 1
make[2]: Leaving directory `/home/den/soft/apache_1.3.34/src'
make[1]: *** [build-std] 错误 2
make[1]: Leaving directory `/home/den/soft/apache_1.3.34'
make: *** [build] 错误 2
----------
在网上搜索,得到N多结果,却并不解决问题
谢! 這個我也不懂,或許可到網絡服務器架設版去問,那裡網絡高手較多 |
|