|
我不想用 ports 来安装 apache,php,mysql...
因此是直接手工安装,,,可是一直都是这样的错误提示:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... apxs: not found
apxs: not found
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)
我明明在编译 apache 的时候使用了 --enable-module=so 或 --enable-so
都无法让 php编译通过,php 用的是 4.2.2 版
apache 是 httpd-2.0.55
而且我也在/usr/local/apache/bin 里面看到了 apsx,可是在 php 当中却一直无法
编译通过,,,都是以上那样的错误提示。。。
FreeBSD 版本是 6.1,非常感谢,非常感谢。 |
|