- 论坛徽章:
- 0
|
系统是freebsd6.0,mini安装和Development安装都试了,而且也用cvsup升级ports了。
安装的软件是:
apache2.0.45,2.0.55,2.2.1,1.3.27都试了。
./configure --prefix=/usr/local/apache2 --enable-so --enable-mods-shared=most
make
make install
php4.3.2,4.4.2,5.1也都试了。
./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql
--with-apxs2=/usr/local/apache2/bin/apxs
到这时有如下提示:
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/local/apache2/bin/apxs follows:
./configure: /usr/local/apache2/bin/apxs: not found
configure: error: Aborting
单独安装perl也不行,还是上面的提示,请朋友们帮忙。谢谢。
[ 本帖最后由 HonestQiao 于 2005-12-29 12:07 编辑 ] |
|