-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
PHP Startup: Unable to load dynamic library 'imagick' on imagick 3.5.0 #443
Comments
Please can you look in the file config.log that should have been generated when you compiled the 3.5.0 version, and search for And also, search for a file named |
Also, please can you say what platform you're using. And if it's a Mac, try editing the file that was altered by this commit - c9319d1 |
Fast response :) I cannot find this config.log, think it should be in a temp folder which is removed. I'm building this in a docker image on Linux. Found out that there is some compatiblity issue with gd:
This will install everything correct unless you uncomment that line. When it does work libgomp.so.1 is located at /usr/lib/libgomp.so.1. If it doesn't work, than I cannot find libgomp.so.1. Hope this info makes sence :) |
So, running the problematic command
Please can you open an issue at https://github.com/docker-library/php/issues ? Installing software shouldn't delete libraries installed on the system... |
Okay, I'm going to close this. Although I'm not going to stop people from using Imagick on Alpine, I don't use it myself, so don't really want to get involved with packaging issues, unless they are actually my fault. Also #328 |
Thank you for looking into it! |
I'm still encountering this issue and this https://github.com/docker-library/php/issues/1173#issuecomment-869870348 helped me get imagick working again in my docker image, it'd be great if GD would not remove what it shouldn't, at least not without checking if something else relies on that library. basically I just reinstall libgomp after I setup all of my modules and boom, everyone is happy again. :) |
Hi,
our tests are failing because of the new imagick version. If i change
pecl install imagick
topecl install imagick-3.4.4
everything works as expected.The text was updated successfully, but these errors were encountered: