按照细说PHP配置LAMP出现的问题

按照细说PHP配置LAMP出现的问题
在LINUX中配置php出现如下问题,好久没解决,请教大家帮帮忙,谢谢
sorry,icannot run apxs.Possible reasons follow:
1.Perl is not installed
2.apx was not found.Try to pass the path using --with-apxs2=/usr/to/apxs
3.Apache was not built using --enable-so(the apxs usage page is displayed)

作者: jacket83368   发布时间: 2011-08-08

提示说的很详细了啊

1.Perl is not installed
2.apx was not found.Try to pass the path using --with-apxs2=/usr/to/apxs
3.Apache was not built using --enable-so(the apxs usage page is displayed)

1、确认下perl是否安装
2、apx选项尝试用--with-apxs2=/usr/to/apxs
3、编译时加入 --enable-so 选项

另,可以参照下兄弟连新发布的LAMP环境编译视频

作者: 李明   发布时间: 2011-08-09