Maison > Article > développement back-end > 编译PHP提示zip错误,请问怎么解决
搜遍google了也没找到答案,编译出现这个错误
<code>/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 </code>
情况和这个一样:https://bugs.php.net/bug.php?id=68302
求解
搜遍google了也没找到答案,编译出现这个错误
<code>/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 </code>
情况和这个一样:https://bugs.php.net/bug.php?id=68302
求解
<code>vi /etc/ld.so.conf.d/local.conf //创建local.conf /usr/local/lib //添加输入 ldconfig -v //执行命令 </code>
我按照一楼的方法解决了问题