|
蓝森林 http://www.lslnet.com 2006年5月28日 19:08
编译apache_1.3.29出错,望指点!
mod_auth_db.c: In function `get_db_pw':
mod_auth_db.c:175: warning: passing arg 2 of pointer to function from incompatible pointer type
mod_auth_db.c:175: warning: passing arg 4 of pointer to function makes pointer from integer without a cast
mod_auth_db.c:175: too few arguments to function
make[4]: *** [mod_auth_db.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache_guxi/apache_1.3.29/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_guxi/apache_1.3.29'
make: *** [build] Error 2 |
编译apache_1.3.29出错,望指点!
我的安装顺序是:
./configure --prefix=XXXXX --enable-module=all
make
make install |
| |