Install Perl module Image::Magick

cgimickalo

Well-Known Member
Apr 19, 2013
78
0
6
N.W. Iowa
cPanel Access Level
Root Administrator
Hello,

I've trying to install the perl module Image/Magick without any success so far. I have followed all the directions to install ImageMagick, ImageMagick-perl but I can not install the Image/Magick perl module. Is there a some special instructions to install this perl module. It won't install via the WHM "Install Perl Module" or via the command line w/cpan, I ran the /scripts/installimagemagick still no luck.

Any info appreciate, thanks.

Mike
 

cgimickalo

Well-Known Member
Apr 19, 2013
78
0
6
N.W. Iowa
cPanel Access Level
Root Administrator
Hello,

Yes already done that. all the necessary RPM's are installed just can not install the perl module now, Image::Magick. I have a couple of Perl scripts that where using that module. Do you know of any work-around to still use that perl module now ??

thanks,
Mike
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello :)

You can install this Perl module directly via:

Code:
/scripts/perlinstaller Image::Magick
Do you receive a specific error message when using this installation method?

Thank you.
 

cgimickalo

Well-Known Member
Apr 19, 2013
78
0
6
N.W. Iowa
cPanel Access Level
Root Administrator
Yes I've tried that and everything else I could think of. I even posted on the ImageMagick forum but never got any response from them, posted about 2 wks ago. When attempting to install all I get is hundreds of lines of errors and warnings but this is the final display:
Code:
  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
It just won't install. I have all the other required modules needed as far as I know:
Code:
rpm -qa | grep Magick
ImageMagick-perl-6.5.4.7-6.el6_2.x86_64
ImageMagick-devel-6.5.4.7-6.el6_2.x86_64
ImageMagick-6.5.4.7-6.el6_2.x86_64
cpanel-ImageMagick-6.8.0-1.cp1136.x86_64
ImageMagick-c++-6.5.4.7-6.el6_2.x86_64
ImageMagick-c++-devel-6.5.4.7-6.el6_2.x86_64
Mike
 

cgimickalo

Well-Known Member
Apr 19, 2013
78
0
6
N.W. Iowa
cPanel Access Level
Root Administrator
Quick update.

With the assistance from Jesse, Cpanel Support Tech, finally got the module installed. Had to installed ImageMagick from source, the RPM's won't work, to get all the appropriate libraries - once this was done the perlinstaller for Image::Magick worked.

Cpanel Tech support staff always top-notch.

Mike