http://qs321.pair.com?node_id=704525


in reply to [OT?] Installing (configuring) Image::Magick

As well as the runtime libraries, you'll need header files to build against the libs. Look for a 'dev' or 'development' version of the package which contains your jpeg libs.

On debian/ubuntu it's called "libjpeg62-dev", if that helps.

But as someone else says, maybe just install image magic from your OS package, at least as a first step.

Good luck.

Replies are listed 'Best First'.
Re^2: [OT?] Installing (configuring) Image::Magick
by zentara (Archbishop) on Aug 15, 2008 at 13:32 UTC
    I agree with looking for 'dev' packages. That's why rpm's suck, they break up package installations. I think "install your dev package" is the number 1 answer for problems on rpm based systems. Slackware rules!!!!! :-)

    I'm not really a human, but I play one on earth Remember How Lucky You Are
Re^2: [OT?] Installing (configuring) Image::Magick
by Anonymous Monk on Sep 10, 2008 at 19:23 UTC
    I fixed a similar problem by doing a "yum install jpeglib-devel" And runnig the ./config --with-jpeg=yes again.... Good luck