|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2018-06-15 14:35 UTC] pa at yourserveradmin dot com
Description: ------------ Configuration script expects libzip version >= 0.11 which is not available for RHEL / CentOS releases which continue using 0.9 and 0.10 versions accordingly. Just try to run "configure" command with "--with-libzip" flag (should be enabled by default) on RHEL / CentOS versions 6 or 7 and see the error. Actual result: -------------- checking libzip... yes checking for the location of zlib... /usr checking for pkg-config... (cached) /usr/bin/pkg-config checking for libzip... configure: error: system libzip must be upgraded to version >= 0.11 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 09:00:01 2025 UTC |
@forwork.jan I install libzip on /usr/local. I could build it with executing the following command before building. PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:${PKG_CONFIG_PATH}"