Hi there,
I'm trying to install Foswiki with Natskin (with Perl and Apache) on an Windows 2008R2 server and I ran into a problem with ImageMagick.
To get the whole thing up and running I need ImageMagick and the Perl Module Image::Magick installed correctly.
I downloaded the new version ImageMagick-6.9.0-3-Q8-x64-dll and installed it witoth problem. But when running my website it tells me I'm having a problem with CORE_RL_Magick_.dll.
tried to google the problem and only thing I found was to try to register the DLL manually. Doing this ends up with an error
"The module "CORE_RL_Magick_.dll" was loaded but the entry-point DIIRRegisterServer was not found"
any help?
Thanks a lot
greets
Michael
CORE_RL_Magick_.dll problem not able to register on Windows
Re: CORE_RL_Magick_.dll problem not able to register on Windows
What is the website telling you? You should not register the dll. It might be possible that you are using a 64-bit version of ImageMagick in a 32-bit apache environment.
Re: CORE_RL_Magick_.dll problem not able to register on Windows
Apache is also 64 Bit, Version 2.4.10
I'm getting a "Perl.exe - System Error" telling me "The prgram can't start because CORE_RL_magick_.dll is missing from your computer. Try reinstalling the programm to fix this problem".
But the "missing" dll is directly under c:\Program Files\ImageMagick-6.9.0-Q8.
And I tried -Q16 before too...
Thanks for helping
Michael
I'm getting a "Perl.exe - System Error" telling me "The prgram can't start because CORE_RL_magick_.dll is missing from your computer. Try reinstalling the programm to fix this problem".
But the "missing" dll is directly under c:\Program Files\ImageMagick-6.9.0-Q8.
And I tried -Q16 before too...
Thanks for helping
Michael
Re: CORE_RL_Magick_.dll problem not able to register on Windows
was able to solve the problem by installing an older Perl version (5.16 instead of 5.18) for what I could use ppm to install a binary version of Image::Magick for windows
seem I had a problem with the Perl module in conjunction with the mentioned dll
Thanks
seem I had a problem with the Perl module in conjunction with the mentioned dll
Thanks