编译php5.2.24出错set --enable-opcache=no

出错 内容:

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

解决方案:

编辑/etc/ld.so.conf

加入文件/etc/ld.so.conf,然后执行ldconfig,使其重新加载一次;

有时候,如果自己的libmcrytp(加密算法扩展库)是手动编译的话,只把这个/usr/local/libmcrytp/lib/加入到/etc/ld.so.conf,然后执行ldconfig,使其重新加载一次;


你可能感兴趣的:(php,学习笔记)