安装swoole4.6.7报错Cannot find config.m4
本人安装swoole出现错误
Cannot find config.m4
解决方法:
1. 找到自己安装PHP的openssl 路径
find /* -name openssl
2. 进入你的openssl目录 拷贝config0.m4为config.m4
cd /home/php-5.6.37/ext/openssl
cp ./config0.m4 ./config.m4
结果运行phpize:
/usr/local/php5.6.23/bin/phpiz
注意php安装路径
成功解决问题
记录工作中的一下问题