On Wed, 1 Feb 2006 02:26:39 +0100, Bernardi Elena wrote:

Hi Bernadi

> I tried to use Image::Magick in my web application.

Good start!

> Operating system: Windows XP
> Web server: Apache 2.0.55 + mod_perl 2.0
> Perl distribution: Active Perl 5.8.7 (but I tried also with 5.8.0
> with the same result) Imagemagick 6.2.6 Q16

Thanx for providing this info. Many people 'forget' to tell us these details.

> I set an handler in my httpd.conf that call the Image/Magick.pm
> module.
>
> But when the handler was called, there is this error message:
>
> Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll' for
> module Image::Magick: load_file:The specified module could not be
> found at C:/Perl/lib/DynaLoader.pm line 229.

Here's what I would do:

o Ensure you can run a Perl script from the command line which uses
Image::Magick

o Write a CGI script which displays the contents of @INC, the make sure CGI
scripts and command line scripts use the same @INC

o Write a CGI script (not a mod_perl handler, but a registry script) which uses
Image::Magick

o When all that's working, report back here

> I removed all packages; after a new installation of all packages,
> this is  the error.log:    "Not a CODE reference"

I'd say this is due to something else, so ignore it for now.

--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to