PerlMagick Apache Win32 install problem
Posted: 2007-02-09T11:35:06-07:00
Hey everybody,
I'm trying to get PerlMagick working in a Win32 Apache 2.0.59 environment. ImageMagick version 6.3.2 Q16, ActivePerl 5.8.8.819 which is what ImageMagick calls for. Everything runs fine from command line, but Apache doesn't like the use Image::Magick call.
Software error:
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 230.
at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5
Compilation failed in require at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5.
BEGIN failed--compilation aborted at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5.
Magick.dll is definitely in the specified path, so I'm completely dumbfounded. Any ideas?
I'm trying to get PerlMagick working in a Win32 Apache 2.0.59 environment. ImageMagick version 6.3.2 Q16, ActivePerl 5.8.8.819 which is what ImageMagick calls for. Everything runs fine from command line, but Apache doesn't like the use Image::Magick call.
Software error:
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 230.
at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5
Compilation failed in require at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5.
BEGIN failed--compilation aborted at C:/cygwin/home/Owner/webroot/sUd/convert_test.pl line 5.
Magick.dll is definitely in the specified path, so I'm completely dumbfounded. Any ideas?