Answer the question
In order to leave comments, you need to log in
Can't install zip module: "PHP Startup: Unable to load dynamic library 'zip.so'"?
CentOS 7 has a fresh version of PHP. I want to include the zip module. Compiled from source code, tk. again, fresh was required (there was such a problem:
checking for libzip... configure: error: system libzip must be upgraded to version >= 0.11
). Next pecl install zip
, it's installed. But after adding to the file "zip.ini": extension=zip.so
and restarting, the output php -m
did not contain the coveted zip module. php -v
outputs the following warning in addition to the version:PHP Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/lib64/php/modules/zip.so (libzip.so.5: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/zip.so.so (/usr/lib64/php/modules/zip.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question