This may ultimately end up being better asked on the developers list, but I figured I would start here first in case there is an easy answer to my question.
I have a server, on which I have successfully installed ImageMagick. Version: ImageMagick 6.2.6 03/09/06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC This machine is an Interwoven TeamSite content management server. Interwoven ships their own custom distribution of perl, which is version 5.8.2 with a few of the compile options set a little differently than the default. I don't have a compiler on that machine, but if I get completely stuck, I do have a dev server that I can install Visual Studio on if I have to do some compiling. I first tried to build PerlMagick on my local machine, which is running ActiveState perl 5.8.8. I figured I could then deploy the result. I ran into a number of compile problems and decided I would first see if I could download the ppm and just move the modules over. I did that, but when I run my test script, it pops up a dialog that says: The procedure entry point Perl_IStdio_ptr could not be located in the dynamic link library perl58.dll. So, I'm guessing there's a change in the internals of perl that is going to block from further progress down this road. Does anyone have any thoughts about installing, other than try to compile it on a TeamSite box and see where that gets me? _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
