Cannot find config.m4. Make sure that you run ‘/usr/bin/phpize’ in the top level source directory
解决方法:找同类型config0.m4文件,并且复制到你需要编译的安装包目录下
cp /home/xxx/php-7.3.6/ext/openssl/config0.m4 config.m4
//此行仅openssl有效
不可以用其它 比如 你不能用 /home/xxx/php-7.3.6/ext/openssl/config0.m4 复制到 libzip-1.5.2 目录
注意文件名为config.m4
/home/xxx/php-7.3.6/ext/ 是你下载的php-7.3.6源码包目录