• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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