Page is a not externally linkable
phranque - 10:33 am on Feb 7, 2013 (gmt 0)
first make sure your module's subdirectory exists.
you should be able to find a directory named /usr/lib/Image/Magick/ - if you can't find an /Image/Magick/ subdirectory somewhere nothing you can do will fix this problem.
assuming this directory exists, you must either include /usr/lib/ in the perl library path environment variable or specify the library path using the "use lib" perl command in every script that invokes a "use Image::Magick;".