Ted's Blog



Centos 6.9 编译安装 PHP-7.3.9 常见问题

  • configure: error: Please reinstall the libzip distribution

#解决方法: 
wget https://nih.at/libzip/libzip-1.2.0.tar.gz
tar -zxvf libzip-1.2.0.tar.gz
cd libzip-1.2.0./configure
make && make install


  • configure: error: off_t undefined; check your library configuration

#解决方法# 添加搜索路径到配置文件
echo '/usr/local/lib64
/usr/local/lib
/usr/lib
/usr/lib64'>>/etc/ld.so.conf
# 更新配置
ldconfig -v


  • /usr/local/include/zip.h:59:21: fatal error: zipconf.h: No such file or dire

#解决方法:手动复制过去
cp /usr/local/lib/libzip/include/zipconf.h /usr/local/include/zipconf.h



引用链接:https://blog.qzze.com/820.html

分享:

写评论


Contact ME

github:https://github.com/tebie6

email:liumingyuphp@163.com

友情链接

无敌我大鑫哥:http://dream128.cn