Install PerlMagick on WHM/Cpanel servers

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
mickalo
Posts: 1
Joined: 2013-10-06T08:51:21-07:00
Authentication code: 6789

Install PerlMagick on WHM/Cpanel servers

Post by mickalo »

Hello,

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
Any help of suggestions would be appreciated.
Mike
Post Reply