Steve, you are hit the point!

I've reinstall ImageMagick with enabled "PerlMagick..." againt over already 
installed app and then tried perl -e "use Image::Magick"
This time I've received error of some dll's wasn't found. So I have to add path 
to the folder to PATH environment. And errors are gone!!!

ImageMagick installer didn't write the PATH environment to its folder. And I 
can't understand why.

PS. I've revert to clean snapshot before Perl installation and replay the 
process:
Installing Perl
Installing ImageMagick with enabled "PerlMagic..." checkbox.
Add path to ImageMagick to PATH environment, and now it's working good.

I think that is my virtual server issue and I'm not sure I can repeat this in 
another installation...

Thanks for your answers!

Best regards,
Alexander Shabalin



-----Original Message-----
From: Маллиндайн Стивен (Steve Mallindine) [mailto:st...@sc.ru.ru] 
Sent: Wednesday, December 09, 2009 12:44 PM
To: ASSP development mailing list
Subject: Re: [Assp-test] Win2008 x64 + Perl + ASSP v2.x

Alexander,

Try this:

Troubleshooting ImageMagick / PerlMagick Installation on Windows

In some rare cases, ImageMagick's Installation process may silently fail to 
install PerlMagick (The perl binding for ImageMagick), in which case the above 
command will fail.

To rectify this, open a command prompt and go to C:\Program 
Files\ImageMagick-N.N.N\PerlMagick\ and type ...

ppm install ImageMagick.ppd
...If errors are reported about mismatched Architecture/OS then type perl 
--version . This should output the architecture for which perl was built e.g.
     This is perl, v5.10.0 built for MSWin32-x86-multi-thread
  
Make a note of this output. Now edit the Image-Magick.ppd file and change the 
<ARCHITECTURE NAME> entry so that it matches the perl output e.g.
     <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" />
  
Save the file and run ...
ppm install Image-Magick.ppd
The PerlMagick installation should run as normal.


Original link: 
http://pixenate.com/pixenate/docs/Installation-Guide.html#im_win


Steve



On 12/9/09 12:12 PM, "Shabalin, Alexander" <ashaba...@jgl.ru> wrote:

> Hi All!
> 
> I' have a plan to migrate to exchange 2007, so I started a test 
> platform on Win2008 x64 and installed Exchange 2007.
> All goes good until I started to install Perl and ASSP modules where I 
> have been stopped by these errors:
> 
> 1. Install Perl 5.10.1006 x64, started to install ASSP modules - about
> 10 failed modules. Killed Perl x64.
> 2. Install Perl 5.10.1006 x86, started to install ASSP modules - 
> success with 4 exceptions:
> module DBD::AnyData is not installed    [FAILED]
> module DBD::Template is not installed   [FAILED]
> module DBD::mysql::informationschema is not installed   [FAILED]
> module Image::Magick is not installed   [FAILED]
> 
> &Image::Magick::constant not defined. The required ImageMagick 
> libraries are not installed or not installed properly.
> END failed--call queue aborted at mod_inst.pl line 452.
> 
> PPM says this:
> DBD::AnyData - Area: Site, Installed 0.09 DBD::Template - Area: Site, 
> Installed 0.01 DBD::mysql - Area: Site, Installed 4.011 Image::Magick 
> - Area: Site, Installed 6.5.7
> 
> But the check shows this:
> 
> C:\assp\assp.mod\install>perl -e "use Image::Magick"
> Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll' for module
> Image::Magick: load_file:Recursion too deep; the stack overflowed at 
> C:/Perl/lib/DynaLoader.pm line 201.
>  at -e line 1
> Compilation failed in require at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
> 
> I've tried to install x86 and x64 versions of ImageMagick - result is 
> always the same.
> 
> I'd like to prefer to set up ASSP on hardware CAS Exchange 2007 role 
> instead of dedicating server (hardware or virtual) and only in case if 
> I can't avoid this error - I'll run dedicated server for ASSP.
> 
> Best regards,
> Alexander Shabalin
> 
> 
> 
> ----------------------------------------------------------------------
> --------
> Return on Information:
> Google Enterprise Search pays you back Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to