Maison  >  Article  >  développement back-end  >  编译PHP提示zip错误,请问怎么解决

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

WBOY
WBOYoriginal
2016-06-06 20:35:422224parcourir

搜遍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>

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn