php5.6.11编译安装报错configure: error: Don't know how to define struct flock on this system

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php5.6.11编译安装报错configure: error: Don't know how to define struct flock on this system相关的知识,希望对你有一定的参考价值。

centos 6.8 32位系统下,安装php.5.6.11是出现这个错误

解决办法:

 

1
2
3
4
vim /etc/ld.so.conf.d/local.conf     # 编辑库文件
/usr/local/lib                       # 添加该行
:wq                                  # 保存退出
ldconfig -v                          # 使之生效

 

注意事项:

这里添加的库文件路径一定要和你系统平台arch一致,32bit的系统直接添加/usr/local/lib即可,64bit系统要填加/usr/local/lib64.否则依旧会报错,我当时就是添加了/usr/local/lib死活编辑不了,后来更改为/usr/local/lib64才可以。

以上是关于php5.6.11编译安装报错configure: error: Don't know how to define struct flock on this system的主要内容,如果未能解决你的问题,请参考以下文章

PHP编译安装报错:configure: error: mcrypt.h not found. Please reinstall libmcrypt

解决mysql跟php不在同一台机器上,编译安装php服务报错问题:configure: error: Cannot find MySQL header files under /applicatio

解决configure: error: Popt libraries is required简单报错笔记!

解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.

安装zabbix-3.2.6编译报错no acceptable C compiler

编译OpenJDK8报错:configure: error: Failed to determine Xcode version.