Don't know how to define struct flock on this system, set --enable-opcach=no

简介: <p>     报错:</p> <p><code class="python plain" style="line-height:13.1875px; white-space:nowrap; padding:0px!important; margin:0px!important; border:0px!important; bottom:auto!important; float:non

     报错:

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




平台介绍:
OS Version:  CentOS release  6.4 (Final)
Nginx Version:  nginx version: nginx/ 1.4 . 3
PHP Version:  PHP  5.5 . 5 (fpm-fcgi)
Mysql Version:  Server version:  5.6 . 10 -log Source distribution
Kernel Version:  2.6 . 32 - 358 .el6.x86_64
IP address:   192.168 . 168.133



 解决方法一:

最后查看php官方文档解决. 在configure 里面加上   --with-libdir=lib64

解决方法二:

   编辑/etc/ld.so.conf

  根据系统,加入include /etc/ld.so.conf,

  然后执行ldconfig,使其重新加载一次;(如果出错改为vi /etc/ld.so.conf  >> include /usr/local/libmcrytp/lib/)

 

 

错误说明

今天在centos 6.3 64位版本上安装PHP5.4.3时在./configure 步骤的时候出现了下面错误
configure: error: Cannot find ldap libraries in /usr/lib
原因是动态链接库地址的问题。

 

解决方法

具体的解决办法如下:
cp -frp /usr/lib64/libldap* /usr/lib/
然后再./configure …即可编译通过


参考:

http://www.mamicode.com/info-detail-1096994.html

http://lovelace.blog.51cto.com/1028430/1314571

Don't know how to define struct flock on this system, set --enable-opcach=no




目录
相关文章
|
6月前
|
API Android开发 开发者
failed to set system property error code: 0x18
failed to set system property error code: 0x18
299 1
|
6月前
|
关系型数据库 PostgreSQL
PostgreSQL 的哪些参数不能通过ALTER SYSTEM SET 修改
在 PostgreSQL 中,有一些参数是不能通过 `ALTER SYSTEM SET` 语句进行动态修改的,这些参数通常需要在 PostgreSQL 的配置文件中进行手动修改。以下是一些不能通过 `ALTER SYSTEM SET` 修改的常见参数: 1. **track_activities** 2. **track_counts** 3. **track_io_timing** 4. **track_functions** 5. **track_activity_query_size** 6. **track_commit_timestamp** 7. **shared_preload
120 0
|
Java Maven
Maven常见问题之【-Dmaven.multiModuleProjectDirctory system property is not set】
-----------------------哇,下面就是解决方案
5017 0
|
存储 C++
1129 recommendation system set
Recommendation system predicts the preference that a user would give to an item.
1033 0
|
Java Maven
-Dmaven.multiModuleProjectDirectory system propery is not set.
Myeclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set.
1022 0