因为centos是64位,所以在安装5.5.16过程中出现 define struct flock on this system, set --enable-opcache=no错误
网上的其它的解决方式都不管用啊..
最后查看php官方文档解决. 在configure 里面加上 --with-libdir=lib64
时间: 2024-10-07 08:14:21
因为centos是64位,所以在安装5.5.16过程中出现 define struct flock on this system, set --enable-opcache=no错误
网上的其它的解决方式都不管用啊..
最后查看php官方文档解决. 在configure 里面加上 --with-libdir=lib64