entry point ConnectedComponentsImage could not be located in the dynamic link library CORE_RL_magick_.dll

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
criha
Posts: 2
Joined: 2015-04-29T02:38:20-07:00
Authentication code: 6789

entry point ConnectedComponentsImage could not be located in the dynamic link library CORE_RL_magick_.dll

Post by criha »

Installed binary version of ImageMagick-6.9.1-2-Q16-x86-dll on path c:\ImageMagick. Faced no problems. Integrated it to my 32-bit xampp server. The phpinfo() page shows the module Imagick has been loaded. All fine. Installed Omeka-2.3 on my xampp. I see the same problem "The procedure entry point ConnectedComponentsImage could not be located in the dynamic link library CORE_RL_magick_.dll." whiile performing two actions:

1. opening a jpeg or pdf file from anywhere
2. uploading the files in omeka.

It's been days since i have been able to integrate Imagick to php. Now it's urgent to solve this problem.

I am a layman to Imagemagick, local server and php. So please be generous to give a step-by-step guidance. (from where to do what)
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: entry point ConnectedComponentsImage could not be located in the dynamic link library CORE_RL_magick_.dll

Post by dlemstra »

Can you check if you have multiple version of ImageMagick installed?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
criha
Posts: 2
Joined: 2015-04-29T02:38:20-07:00
Authentication code: 6789

Re: entry point ConnectedComponentsImage could not be located in the dynamic link library CORE_RL_magick_.dll

Post by criha »

My control panel-> programs shows only this one version.

Probably these lines in errors.log file (while uploading a file into omeka) may indicate some issue. I reiterate i installed ImageMagick on c:\Imagemagick then why it is being operated from C:\Users\Richa?

2015-04-28T13:26:18+02:00 WARN (4): Error output from ImageMagick:
convert.exe: unable to open module file `C:\Users\Richa\.magick\IM_MOD_RL_JPEG_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/811.
convert.exe: no decode delegate for this image format `C:\Users\Richa\AppData\Local\Temp/bca1a4c93d45091729391f64358f3a74.jpg' @ error/constitute.c/ReadImage/555.
convert.exe: no images defined `C:\Users\Richa\AppData\Local\Temp\thumbnail_bca1a4c93d45091729391f64358f3a74.jpg' @ error/convert.c/ConvertImageCommand/3147.
Post Reply