• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Image::Magick won't install for me on Plesk 7.5.3. What am I doing wrong?

M

Mateo1041

Guest
Hello,

I've tried following this guide:
http://forum.swsoft.com/showthread....5&highlight=install image magick&pagenumber=1

But now I receive the following error when calling Image::Magick via a Perl script:

Software error:

Can't load '/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/Image/Magick/Magick.so' for module Image::Magick: libMagick.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 229.
at home.cgi line 7
Compilation failed in require at home.cgi line 7.
BEGIN failed--compilation aborted at home.cgi line 7.

Any ideas? I did see that 47 out of 714 tests failed when running "make test".

I'd really appreciate any help with this. I can't believe this Perl module would be this hard to install. :-(

- Matt.
 
I tried installing ImageMagick 6.2.4 from the official website and then PerlMagick 6.2.4 from CPAN, but I still got the error above and "make test" would also fail. So I finally tried the following and it actually worked!

yum install ImageMagick-perl
 
Back
Top