编译安装php的时候,--with-apxs2的路径不知道是哪里


环境:
SUSE Enterprise
apache是通过yast安装的

yast2 --install apache2

我想再编译安装php,但是编译安装的时候,--with-apxs2的路径不知道在哪里

编译 包管理 apache php

枣糕蒸河蟹 11 years, 2 months ago

你试试 find / -name apxs2,如果找不到,再试试find / -name apxs,我在CentOS上试了下,apxs2没有找到,apxs倒是找到了,如果找到的是apxs,编译时换成--with-apxs=apxs的路径试试

你也可以用which这个命令来找,比如:which apxs或which apxs2

Linux上的几种查找命令,可以看看该文章: http://www.ithr.org.cn/blogs/blog1.ph...

sylvain answered 11 years, 2 months ago

Your Answer