Errors with Kareha imageboard using ImageMagik

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Harry

Errors with Kareha imageboard using ImageMagik

Post 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 ^_^
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Errors with Kareha imageboard using ImageMagik

Post 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.
Post Reply