编译安装PHP,解决问题 Don’t know how to define struct flock on this system, set –enable-opcache=no详解编程语言

configure: error: Don't know how to define struct flock on this system, set --enable-opcache=no

虽然提示了 关闭这个选项,但要搞清楚这个能不能关闭。

查看--enble-opchahe的作用

[[email protected] php-5.6.10]# ./configure --help|grep opcache 
  --enable-opcache        Enable Zend OPcache support 
 
可知这个是与 php 的加速模块 zend相关的,不能省略

解决方法:

[[email protected] php-5.6.10]# cat /etc/ld.so.conf 
include ld.so.conf.d/*.conf 
/usr/local/lib64 
[[email protected] php-5.6.10]# ldconfig 

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/17843.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论