• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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