CORE_RL_Magick_.dll problem not able to register on Windows

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
mwendel
Posts: 3
Joined: 2015-01-07T09:10:16-07:00
Authentication code: 6789

CORE_RL_Magick_.dll problem not able to register on Windows

Post by mwendel »

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
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: CORE_RL_Magick_.dll problem not able to register on Windows

Post by dlemstra »

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.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
mwendel
Posts: 3
Joined: 2015-01-07T09:10:16-07:00
Authentication code: 6789

Re: CORE_RL_Magick_.dll problem not able to register on Windows

Post by mwendel »

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
mwendel
Posts: 3
Joined: 2015-01-07T09:10:16-07:00
Authentication code: 6789

Re: CORE_RL_Magick_.dll problem not able to register on Windows

Post by mwendel »

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
Post Reply