php安装扩展报错Cannot find config.m4

找到php安装包config0.m4复制到扩展包即可,例:
cp /usr/local/src/php-7.2.14/ext/openssl/config0.m4 ./config.m4

你可能感兴趣的:(php)