On Thursday December 4 2008 14:12, Gabri Mate wrote:
>I'm running 4.3 and installed p5-PerlMagick from packages. When i try
> to load this module with one of my perl scripts it says:
>
>Can't load
>'/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Image/Magick/Mag
>ick.so' for module Image::Magick: Cannot load specified object at
>/usr/libdata/perl5/i386-openbsd/5.8.8/DynaLoader.pm line 230.
>
>Of course i have installed ImageMagick with x11 support.
>What do you suggest?
>Thanks in advance!

Does the error become more informative if you add this to the top of 
your program, above where it tries to load the library?

    use strict; use warnings 'all'; use diagnostics;

------------------------------------------------------------------------
Dan Ramaley                            Dial Center 118, Drake University
Network Programmer/Analyst             2407 Carpenter Ave
+1 515 271-4540                        Des Moines IA 50311 USA

Reply via email to