richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

Php extension not found on latest tag #265

Closed oluomotoso closed 2 years ago

oluomotoso commented 2 years ago

I recently noticed that the latest version does not have previously enabled modules

I get this error

[21-Apr-2022 14:39:11 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so (Error loading shared library libzip.so.5: No such file or directory (needed by /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so)), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so: No such file or directory)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so (Error loading shared library libzip.so.5: No such file or directory (needed by /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so)), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so: No such file or directory)) in Unknown on line 0

I reverted the version 2.0.5 and it works.

richarvey commented 2 years ago

will look into this now for you