can't install it !!!

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

Post by magick »

The answer to your question lies in the config.log file. Track down where the JPEG delegate library is validated. The validation fails and it will tell you why. Fix the problem and rerun the configure script until the JPEG library is properly validated. At this point you can build and install ImageMagick and it will include JPEG support.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

All of the ImageMagick delegate libraries are conveniently available here: ftp://ftp.imagemagick.org/pub/ImageMagick/delegates.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You can try
  • make -k -i install
Post Reply