Page 1 of 1

Errors with Kareha imageboard using ImageMagik

Posted: 2009-06-25T12:33:46-07:00
by Harry
Hi, I am trying to install Kareha imageboard. It works fine, except it does not make thumbnails (which Imagemagik does)

I am using Ubuntu 9.04 with Lighttpd, and my lighttpd error logs show:
convert: UnableToOpenConfigureFile `colors.xml' @ configure.c/GetConfigureOptions/553.
convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/553.
convert: NoDecodeDelegateForThisImageFormat `src/1245957893380.gif' @ constitute.c/ReadImage/503.
convert: MissingAnImageFilename `thumb/1245957893380s.jpg' @ convert.c/ConvertImageCommand/2772.
sh: giftopnm: not found
sh: pnmscale: not found
sh: cjpeg: not found
sh: sips: not found
Help please ^_^

Re: Errors with Kareha imageboard using ImageMagik

Posted: 2009-06-25T17:59:55-07:00
by magick
From the command line type
  • convert -debug configure logo: logo.pnm
The debugging output tells you where ImageMagick is looking for its configuration files. Make sure they exist at the reported location and they have their permissions set so they can be read by any user.