----- Original Message -----
From: "Skirv"
Apache web log reports this error.
"Can't locate loadable object for module Image::Magick in @INC (@INC
contains: C:/Perl64/site/lib C:/Perl64/lib .)"
The "loadable object" is the file auto/Image/Magick/Magick.dll, and it will
look for that file under the 3 directories listed in the error message.
That is, the error message is telling you that neither
C:/Perl64/site/lib/auto/Image/Magick/Magick.dll
nor
C:/Perl64/lib/auto/Image/Magick/Magick.dll
nor
./auto/Image/Magick/Magick.dll
could be found.
If Image::Magick had been installed correctly then one of those files (most
probably the first) should exist.
Can you find such a file ? If so, then you need to look at its permissions
(or the permissions of the directory in which it resides.)
Btw, if you're wondering, the third of those 3 @INC directories (".") is the
current working directory.
Cheers,
Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/