Can't start PerlMagick: "C:/Perl/lib/DynaLoader.pm line 230"

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
sd1074

Can't start PerlMagick: "C:/Perl/lib/DynaLoader.pm line 230"

Post by sd1074 »

I'm sorry for my English, but I very hope that that I'll be understandable.
I have WinXP, Apach 2.2, ActivePerl-5.8.8.820... and all of these are working normally.
And I have tried to install Image::Magick for two days :(
I use ImageMagick-6.3.6-1-Q16-windows-dll.exe.
After installing I ran console commands (to see logo) and it worked. But when I start Perl script with string "use Image::Magick;" the server's error-logs contained follow:

[Fri Oct 12 00:37:05 2007] [error] [client 127.0.0.1] Premature end of script headers: main.pl
[Fri Oct 12 00:37:05 2007] [error] [client 127.0.0.1] Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module Image::Magick: load_file:\xcd\xe5 \xed\xe0\xe9\xe4\xe5\xed\xe0 \xf3\xea\xe0\xe7\xe0\xed\xed\xe0\xff \xef\xf0\xee\xf6\xe5\xe4\xf3\xf0\xe0 at C:/Perl/lib/DynaLoader.pm line 230.
[Fri Oct 12 00:37:05 2007] [error] [client 127.0.0.1] at C:/Program Files/Apache2.2/site2_dir/scripts/main.pl line 5

I read all forum branches, and saw similar problems, but I can't find real solution! Please, help me. Or I will be lunatic :-\
User avatar
Randolf
Posts: 19
Joined: 2007-10-08T20:58:27-07:00
Location: Beautiful British Columbia, Canada

Re: Can't start PerlMagick: "C:/Perl/lib/DynaLoader.pm line 230"

Post by Randolf »

You need a newer version of Perl. Get build 822, and then that version of ImageMagick (you might need to re-install it too) should work just fine. You can download ActiveSatate Perl (what you're using) from here:

http://www.activestate.com/Products/activeperl/
Randolf Richardson - randolf@richardson.tw
Greater Vancouver Area, Beautiful British Columbia, Canada

"Petition to make all spam illegal in Canada:"
http://www.lumbercartel.ca/law/canada/s-220/
sd1074

Re: Can't start PerlMagick: "C:/Perl/lib/DynaLoader.pm line 230"

Post by sd1074 »

Randolf, I love you! :lol: :D
I am happy! :lol: :D
It works! :lol: :D
Thank you! Big thank you!

:D :D :D :D
User avatar
Randolf
Posts: 19
Joined: 2007-10-08T20:58:27-07:00
Location: Beautiful British Columbia, Canada

Re: Can't start PerlMagick: "C:/Perl/lib/DynaLoader.pm line 230"

Post by Randolf »

You're welcome, and thank you for posting an update confirming that this resolved your problem.
Randolf Richardson - randolf@richardson.tw
Greater Vancouver Area, Beautiful British Columbia, Canada

"Petition to make all spam illegal in Canada:"
http://www.lumbercartel.ca/law/canada/s-220/
Post Reply