You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing docker roundcube 1.6.2 I had issues regarding php libraries gd, imagick and zip which could not be loaded. The issue seems to be related to the fact that the php:8.1-apache image is now based on debian 12 bookworm iso bullseye. After some investigation it seems others had same issue. Rebuilding the image with ldd changes from this PR fixes the issue.
roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so (libpng16.so.16: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so.so: cannot open shar ed object file: No such file or directory)) in Unknown on line 0 roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick (/usr/local/lib/php/extensions/ no-debug-non-zts-20210902/imagick: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so (libMagickWand-6.Q16.so.6: c annot open shared object file: No such file or directory)) in Unknown on line 0 roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so (libzip.so.4: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so: cannot open sha red object file: No such file or directory)) in Unknown on line 0
The text was updated successfully, but these errors were encountered:
Hi,
After installing docker roundcube 1.6.2 I had issues regarding php libraries gd, imagick and zip which could not be loaded. The issue seems to be related to the fact that the php:8.1-apache image is now based on debian 12 bookworm iso bullseye. After some investigation it seems others had same issue. Rebuilding the image with ldd changes from this PR fixes the issue.
roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so (libpng16.so.16: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/gd.so.so: cannot open shar ed object file: No such file or directory)) in Unknown on line 0 roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick (/usr/local/lib/php/extensions/ no-debug-non-zts-20210902/imagick: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/imagick.so (libMagickWand-6.Q16.so.6: c annot open shared object file: No such file or directory)) in Unknown on line 0 roundcubemail | PHP Warning: PHP Startup: Unable to load dynamic library 'zip.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so (libzip.so.4: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20210902/zip.so.so: cannot open sha red object file: No such file or directory)) in Unknown on line 0
The text was updated successfully, but these errors were encountered: