Image::Magick perl module

nobaloney

NoBaloney Internet Svcs - In Memoriam †
Joined
Jun 16, 2003
Messages
26,113
Location
California
Trying to install the Image::Magick perl module on a CentOS system.

ImageMagick and ImageMagick-devel are both installed from RPMs.

Trying to install Image::Magick from from CPAN returns lots of warnings which scroll off the buffer, and then:

make: *** [Magick.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

Any ideas?

Jeff
 
All the versions are exactly the same?
Have you tried building everything from source instead of using rpm's? Or at least Image::Magick from source instead of going through CPAN.
 
Tried Image::Magic from source.

What programs and libraries have to have matching version numbers?

I've not tried a complete source install, and I hope I don't have to, because then I'd have to manage it manually.

Please give me more information about version numbers if you can.

Thanks.

Jeff
 
If they have the same version numbers there is a greater chance they will work since they were specifically built for eachother. Both the ImageMagick and the perl module.

Can you provide anymore of the previous errors which gives what it failed to?

On a side note, is ImageMagick working without the perl module?
 
Thanks for your kind offer to help, Jon.

Unfortunately I finally got it to work and by then my notes were totally out of sync with both my brain and what I'd done.

So I don't have any answers.

I do recall that after I found and installed the "devel" RPMs for all the "stuff" I was trying to install, everything just installed and worked.

I have to remember that for the future.

Jeff
 
Back
Top