{"id":1479,"date":"2023-03-24T22:35:40","date_gmt":"2023-03-24T14:35:40","guid":{"rendered":"https:\/\/www.appblog.cn\/?p=1479"},"modified":"2023-03-24T22:35:40","modified_gmt":"2023-03-24T14:35:40","slug":"php-system-libzip-must-be-upgraded-to-version-0-11","status":"publish","type":"post","link":"https:\/\/www.appblog.cn\/index.php\/2023\/03\/24\/php-system-libzip-must-be-upgraded-to-version-0-11\/","title":{"rendered":"PHP system libzip must be upgraded to version >= 0.11"},"content":{"rendered":"<p>\u5b89\u88c5PHP 7.3\u7684\u8fc7\u7a0b\u4e2d\u62a5\u5982\u4e0b\u9519\u8bef: <code>system libzip must be upgraded to version &gt;= 0.11<\/code>\uff0c\u6839\u636e\u63d0\u793a\u53ef\u77e5\u662f\u56e0\u4e3a\u7cfb\u7edf\u81ea\u5e26\u7684libzip\u7248\u672c\u8fc7\u4f4e\uff0c\u9700\u8981\u5b89\u88c5\u6700\u65b0\u7684libzip<\/p>\n<p>\u9996\u5148\uff0c\u5378\u8f7d\u7cfb\u7edf\u81ea\u5e26\u7684libzip<\/p>\n<pre><code>yum -y remove libzip-devel<\/code><\/pre>\n<p><!-- more --><\/p>\n<p>\u7136\u540e\u4ece\u5b98\u7f51\u4e0b\u8f7d\u5e76\u7f16\u8bd1\u5b89\u88c5<\/p>\n<pre><code>wget https:\/\/libzip.org\/download\/libzip-1.3.2.tar.gz\ntar zxf libzip-1.3.2.tar.gz\ncd libzip-1.3.2\n.\/configure\nmake &amp;&amp; make install<\/code><\/pre>\n<p>\u5982\u679c\u662f\u4e0b\u8f7d1.5.*\u4ee5\u4e0a\u7248\u672c\uff0c\u5219\u9700\u8981\u91c7\u7528\u5982\u4e0b\u5b89\u88c5\u65b9\u5f0f<\/p>\n<pre><code>yum -y install cmake\nwget https:\/\/libzip.org\/download\/libzip-1.5.2.tar.gz\ntar zxf libzip-1.5.2.tar.gz\ncd libzip-1.5.2\nmkdir build\ncd build\ncmake ..\nmake &amp;&amp; make install<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5PHP 7.3\u7684\u8fc7\u7a0b\u4e2d\u62a5\u5982\u4e0b\u9519\u8bef: system libzip must be upgraded to v [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[333],"tags":[364],"class_list":["post-1479","post","type-post","status-publish","format-standard","hentry","category-install-deploy","tag-libzip"],"_links":{"self":[{"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/posts\/1479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/comments?post=1479"}],"version-history":[{"count":0,"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/posts\/1479\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/media?parent=1479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/categories?post=1479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appblog.cn\/index.php\/wp-json\/wp\/v2\/tags?post=1479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}