ndigitals / ols-dockerfiles

Unofficial build of OpenLiteSpeed, High Performance, HTTP/3 supported, ready to use on arm64.
MIT License
7 stars 2 forks source link

imagick seems to be missing? #176

Open Tresmos opened 1 month ago

Tresmos commented 1 month ago

Currently using version 1.7.19:lsphp83

wordpress suggests to install imagick and stderr.log file is filled with:

PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so (/usr/local/lsws/lsphp83/lib/php/20230831/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

I don't remember since when this started happening but I do remember it being installed and working.

timnolte commented 1 month ago

Hmm, this is surprising as this sort of issue should have been a cause for the Docker image build to fail. 🤔

Tresmos commented 1 month ago

Let me know if you need me to test stuff or attach more logs to make debugging this easier

Tresmos commented 1 month ago

Upgraded to 1.4.1 release and imagick seems to be working now. image

I couldn't find any commits related to this issue so maybe there was a one time build issue with 1.4.0 :shrug: