使用:
scl enable appnode-php55 bash
安装一个php扩展,然后使用:
phpize
结果报错:
Can't find PHP headers in /opt/appnode/appnode-php55/root/usr/include/php
The php-devel package is required for use of this command.
安装yum install php-devel
应该是被安装到了系统自带的的5.4*版本的Php上了。
所以依然解决不了问题