in reply to The required ImageMagick libraries are not installed or not installed properly. [SOLVED]

Does any one faced similar error and know how to resolve it?

Is there some reason why you didn't simply

sudo apt-get install libimage-magick-perl

Since you installed perlmagick from a package why not go the whole hog?

Replies are listed 'Best First'.
Re^2: The required ImageMagick libraries are not installed or not installed properly.
by thanos1983 (Parson) on Apr 11, 2017 at 13:23 UTC

    Hello hippo,

    Unfrotunately for me I have also installed, see log bellow:

    $ sudo apt-get install libimage-magick-perl [sudo] password for tinyos: Reading package lists... Done Building dependency tree Reading state information... Done libimage-magick-perl is already the newest version (8:6.8.9.9-7ubuntu5 +.6). libimage-magick-perl set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    But I still get the error. Any other ideas? :(

    Seeking for Perl wisdom...on the process of learning...not there...yet!

      If you have already installed libimage-magick-perl why are you trying to install the same thing again except via CPAN?

        Because I am trying to resolve this bug that I am also facing (missing libraries in PerlMagick (with patch)).

        I hope that if I resolve this error the bug will be also resolved.

        Seeking for Perl wisdom...on the process of learning...not there...yet!