我试图通过pecl安装swoole(一个php插件)并从源代码手动构建。 两种方法都失败并出现错误
/usr/include/php/ext/pcre/php_pcre.h:37:错误:预期'=',',',';','asm'或'属性'之前''令牌 /usr/include/php/ext/pcre/php_pcre.h:38:错误:预期'=',',',';','asm'或'属性''之前''令牌 /usr/include/php/ext/pcre/php_pcre.h:44:错误:'pcre'之前的预期说明符限定符列表 make:*** [swoole.lo]错误1 错误:'make'失败
有人可以对此有所了解吗?
答案 0 :(得分:1)
好的,我 yum install pcre-devel 在运行安装之前。