On Fri, 24 Jan 2003 15:28:11 -0500, "Joseph Youngquist"
<[EMAIL PROTECTED]> wrote:

>Posted this earlier, perhaps it was missed.  Still awaiting a response.

I guess just nobody replied yet. :)

>seems www.imagemagick.org is not up and running past few days...did it move?

No, it is up and running fine right now.  Maybe a DNS problem on your end?

>> I'm trying out the PerlApp from ActiveState and I'm trying to compile a
>> standalone exe from a script that uses Image::Magick;
>> 
>> I see on the verbose option, that PerlApp is recognizing that it needs to
>> pull the magick.dll file, says that it does, but when trying to execute
>> the resulting executable, it complains that it can't find .dll's ... 
>> ---------------------
>> D:\GalleryBuilder>gallerybuilder
>> Can't load 'auto/Image/Magick/Magick.dll' for module Image::Magick:
>> load_file:One of the library files needed to run this application cannot
>> be found at /PerlApp/DynaLoader.pm line 212.
>> BEGIN failed--compilation aborted at gallerybuilder.pl line 15.
>> ---------------------
>> Anyone run into the same issues when working with Image::Magick?

Yes, it is a known problem with later versions of Image::Magic, which use
dynamic linking for a gazillion of additional DLLs.  I've opened an
enhancement request for it some time ago, but it is not implemented yet:

    http://bugs.activestate.com/PerlDevKit/show_bug.cgi?id=20571

Currently you need a statically linked version of the Image::Magick module
if you want to include it in a PerlApp application.  There used to be an
older version of it in the PPM repository that was statically linked, but
it seems to have gone missing right now. :(

Cheers,
-Jan

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to