isolder
Feb 4 2004, 02:03 PM
I installed PerlMagick with the MSI Installer for ImageMagick.. but when I do mt-check.cgi it still is showing ImageMagick as not installed, I can run the IMage::magick demo perl files from the command prompt, so it seems like this would mean that PerlMagick is properly installed.
I looked in my Perl dirs, and found this:
C:\Perl\site\lib\auto\Image\Magick
Magick.dll is located within here. To me this means PerlMagick is installed.
I'm using Windows XP with Apache 2..
I did ImageDriver ImageMagick in mt.cfg..
Is there anywhere else I need to set up something to say where it is?
Can't figure out why mt wouldn't be detecting it..
isolder
Feb 4 2004, 02:09 PM
I tried something else.
I put button.pl from the IMageMagick demo folder into my cgi-bin, and then I tried to run it.
500 Internal Server Error
This is what error I got in my log (I removed my Apache paths, leaving just the end part /cgi-bin/pl script):
[error] [client 127.0.0.1] Premature end of script headers: button.pl
[error] [client 127.0.0.1] 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.
[error] [client 127.0.0.1] at /cgi-bin/button.pl line 5
[error] [client 127.0.0.1] Compilation failed in require at /cgi-bin/button.pl line 5.
[error] [client 127.0.0.1] BEGIN failed--compilation aborted at /cgi-bin/button.pl line 5.
This is over my head.