We recently switched servers, and was using Image::Magick with some of our Perl scripts. Now we can not get PerlMagick to install on our new server:
O/S: CENTOS 6.4 x86_64 standard
Cpanel/WHM 11.38.2
We have all the necessary ImageMagick RPM's installed but when attempting to install Image::Magick it will not install. We get a ton or errors and warnings when attempting to install but this is the final output:
Code: Select all
  JCRISTY/PerlMagick-6.86.tar.gz
  /usr/bin/gmake OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 OTHERLDFLAGS=-L/usr/lib64 LDFLAGS=-L/usr/lib64 EXTRALIBDIR=/usr/lib64 -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 JCRISTY/PerlMagick-6.86.tar.gz               : make NO
Mike