What's new

Entware ImageMagick convert cannot find its libraries

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Turgut Kalfaoglu

Regular Contributor
I recently installed imagemagick using opkg..
However when I run it I get:

# convert IMG_20201003_153858.jpg -resize 1024x768 oha.jpg
convert: UnableToLoadModule '/tmp/mnt/2TBEXTERNAL/entware/lib/ImageMagick-7.0.9/modules-Q8/coders/jpeg.la': file not found @ error/module.c/OpenModule/1287.
convert: NoDecodeDelegateForThisImageFormat `JPEG' @ error/constitute.c/ReadImage/562.
convert: NoImagesDefined `oha.jpg' @ error/convert.c/ConvertImageCommand/3273.


However I see it listed:
# find / -name jpeg.la
/tmp/mnt/2TBEXTERNAL/entware/lib/ImageMagick-7.0.9/modules-Q8/coders/jpeg.la


Any ideas how to fix this? Many thanks..
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top