PHP程序员应该怎么规划自己的职业生涯
发布网友
发布时间:2022-04-23 09:43
我来回答
共1个回答
热心网友
时间:2023-10-09 21:28
Cannot find autoconf:cd curl
执行phpize生成编译文件.进入php源程序目录中的ext目录中;php -v
执行这个命令时;usr/. Please check your autoconf installation and
the $PHP_AUTOCONF
environment variable is set correctly and then rerun this
script,php会去检查配置文件是否正确;php5/,这里存放着各个扩展模块的源代码;local/,选择你需要的模块;local/bin/php5/,比如curl模块;usr/,可以根据错误信息去排查,需要安装autoconf,
这里会报错,如果有配置错误:
yum install autoconf(RedHat或者CentOS);bin/、apt-get install
autoconf(Ubuntu Linux)
/,phpize在PHP安装目录的bin目录下
/phpize
运行时,可能会报错