Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roundcube 1.6.2: Unable to load dynamic libraries #224

Closed
binsentsu opened this issue Jul 24, 2023 · 3 comments · Fixed by #226
Closed

Roundcube 1.6.2: Unable to load dynamic libraries #224

binsentsu opened this issue Jul 24, 2023 · 3 comments · Fixed by #226

Comments

@binsentsu
Copy link

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

@zeyadtamimi
Copy link

I am seeing the same issue as well

@williamdes
Copy link
Contributor

Same issue as phpmyadmin/docker#416

@williamdes
Copy link
Contributor

@thomascube this is extremely important, I am sorry to have to ping you
Could you please review and merge #226 🙏🏻 ?

This exact change was accepted in docker official repository for the phpMyAdmin image: docker-library/official-images#14960

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants