Heim  >  Artikel  >  Backend-Entwicklung  >  编译PHP提示zip错误,请问怎么解决

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

WBOY
WBOYOriginal
2016-06-06 20:35:422193Durchsuche

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

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn