欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

编译PHP提示zip错误,请问怎么解决

程序员文章站 2022-04-22 21:55:50
...
搜遍google了也没找到答案,编译出现这个错误
/home/levi/soft/php-5.6.8/ext/zip/lib/zipint.h:118:2: error: #error unsupported size of off_t
 #error unsupported size of off_t
  ^
make: *** [ext/zip/lib/zip_add.lo] 错误 1

情况和这个一样:https://bugs.php.net/bug.php?id=68302

求解

回复内容:

搜遍google了也没找到答案,编译出现这个错误

/home/levi/soft/php-5.6.8/ext/zip/lib/zipint.h:118:2: error: #error unsupported size of off_t
 #error unsupported size of off_t
  ^
make: *** [ext/zip/lib/zip_add.lo] 错误 1

情况和这个一样:https://bugs.php.net/bug.php?id=68302

求解

vi /etc/ld.so.conf.d/local.conf //创建local.conf
/usr/local/lib //添加输入
ldconfig -v //执行命令

我按照一楼的方法解决了问题

相关标签: php 编译