Unable to load dynamic library php5.5_imagick.dll

Trouble during PacsOne Server installations
LH1974
Posts:6
Joined:Thu Aug 13, 2015 4:01 pm
Re: Unable to load dynamic library php5.5_imagick.dll

Post by LH1974 » Tue Aug 18, 2015 4:34 pm

Sure. See the Regedit and the Content of the Folder below:
pacsone_screenshoot_03.jpg
pacsone_screenshoot_03.jpg (155.79KiB)Viewed 30643 times

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: Unable to load dynamic library php5.5_imagick.dll

Post by pacsone » Tue Aug 18, 2015 11:00 pm

Can you post the HTML output of the test page below?

http://localhost/pacsone/Hello.php

LH1974
Posts:6
Joined:Thu Aug 13, 2015 4:01 pm

Re: Unable to load dynamic library php5.5_imagick.dll

Post by LH1974 » Wed Aug 19, 2015 6:24 am

I've saved the Output of the hello.php as HTML. See the attached ZIP-File (Contains that HTML-File and corresponding files in a Folder)...
Attachments
hello.zip
(16.32KiB)Downloaded 350 times

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: Unable to load dynamic library php5.5_imagick.dll

Post by pacsone » Wed Aug 19, 2015 11:56 am

1. Can you check if you see the following files?

Code: Select all

C:\Windows\system32\CORE_RL_*.dll
2. If so, is it possible that we access this server remotely and trouble-shoot what's going on?

LH1974
Posts:6
Joined:Thu Aug 13, 2015 4:01 pm

Re: Unable to load dynamic library php5.5_imagick.dll

Post by LH1974 » Wed Aug 19, 2015 3:04 pm

There are the following files:

"C:\windows\System32\CORE_RL_zlib_.dll"
"C:\windows\System32\CORE_RL_bzlib_.dll"
"C:\windows\System32\CORE_RL_jpeg_.dll"
"C:\windows\System32\CORE_RL_lcms_.dll"
"C:\windows\System32\CORE_RL_magick_.dll"
"C:\windows\System32\CORE_RL_ttf_.dll"
"C:\windows\System32\CORE_RL_xlib_.dll"

Sure, you can Access the Server via TeamViewer. See PM.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: Unable to load dynamic library php5.5_imagick.dll

Post by pacsone » Wed Aug 19, 2015 10:48 pm

Please send the remote access information to mailto:pacsone@pacsone.net

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: Unable to load dynamic library php5.5_imagick.dll

Post by pacsone » Mon Aug 24, 2015 2:21 am

The source of the problem turns out to be the following line missing in the PHP.INI configuration file:

Code: Select all

extension=php5.5_imagick.dll

LH1974
Posts:6
Joined:Thu Aug 13, 2015 4:01 pm

Re: Unable to load dynamic library php5.5_imagick.dll

Post by LH1974 » Mon Aug 24, 2015 7:37 am

Hello,

thank you so much for your help which embarrassed me, because before my first post, I've definitely checked, that this line isn't missing in the php.ini. For now I'm not sure, if the line begans with Uppercase Letter (Extension=...) and now is lowercase, but I cannot imagine, this line was really completely missing.

It seems everything is working fine, except that exclamation-mark Icon (Winamp PHP-Extension List) does not disappear. Should I ignore that? I'm surprised: How did you get solved those error-messages about php_intl.dll and php_ldap.dll or is there a relationship between both issues?
pacsone_screenshoot_04.jpg
pacsone_screenshoot_04.jpg (125.75KiB)Viewed 30635 times
Again, thanks a lot for your effort for this solution and best regards...

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: Unable to load dynamic library php5.5_imagick.dll

Post by pacsone » Mon Aug 24, 2015 8:58 am

1. The errors in the previous PHP error log are now gone because we removed the 2 lines loading those 2 troubled extension DLLs, since they are neither required nor related to PacsOne Server.

2. Not sure about why WAMP Server put an exclamation mark next to the php5.5_imagick.dll but it does not seem to be reliable either, as it put the check (Ok) mark next to the above 2 extension DLLs which could NOT be loaded. So you can pretty much ignore that.

Post Reply