白森 发表于 2018-12-16 11:48:52

php安装扩展错误:Cannot find config.m4

  php安装扩展错误:
  Cannot find config.m4. Make sure that you run /usr/local/bin/phpize in the top level source
  

  故障解决:
  如果在安装php扩展的时候出现如题的错误:只需到php的安装目录下如:
  cd /source/php-5.6.11/ext/openssl
   执行命令:
   cp ./config0.m4 ./config.m4 即可解决

  

  




页: [1]
查看完整版本: php安装扩展错误:Cannot find config.m4