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
Remove --with-tcmalloc=yes & --with-jemalloc=yes flags when compiling ImageMagick from source. In fact, add --without-jemalloc / --without-tcmalloc to ensure they don't get used. Those are all customized memory allocators that will not work in a docker/ubuntu/python runtime.
Hi,
trying to run a wand application in docker container.
Below if the installation processed of ImageMagick:
/usr/lib looks fine in terms of so file. All the binaries are good (e.g. mogrify, convert).
Wand version is Wand==0.6.13.
When I run without
MAGICK_HOME
, I get the follow error:if you set
MAGICK_HOME=/usr
, you get the following one:Feels kinda awkward, since some of the paths the app is trying to look for are actually present.
Also all binaries are properly linked:
Any way I can actually run my app?
The text was updated successfully, but these errors were encountered: