|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all.
my system: win2000, Apache 1.3.24, PHP 4.3.2 - I'm install pear package manager but in it I don't see imagick and can't install it. - I download the imagick from http://pear.php.net/package-info.php?package=imagick bun can't understand what to do with it.... I'm download php_imagick.dll from http://kromann.info/pear-pecl.php copy it to PHP/extensions/ set this path in php.ini to extension_dir and add "extension=php_imagick.dll" ... when I restart Apache I have two errors 1. "Unknown(): Unable to load dynamic library 'c:/php/extensions\php_imagick.dll' - The specified module could not be found.." 2."Unknown(): Unable to load dynamic library 'c:/php/extensions\php_imagick.dll' - The specified module could not be found." but when I try add some other dll's from extensions folder all is OK. I'm download and install ImageMagick-5.5.7-Q16-windows-dll.exe from http://www.imagemagick.org/www/archives.html? but nothing do not change please help me to add this module. I want to make thumbnails from tiff |
|
#2
|
|||
|
|||
|
Hi Pan,
Can you please post the lines directly from your PHP.ini file? I have a feeling there may be something from those lines causing that error. Thanks!
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#3
|
|||
|
|||
|
this is my php.ini
|
|
#4
|
|||
|
|||
|
Okay,
I'm not sure if this will matter... but try changing your extensions directory from: extension_dir = c:/php/extensions to: extension_dir = c:\php\extensions Also, you copied the DLL to your extensions directory (c:\php\extensions). Is this the DLL file you downloaded from the PEAR site, or from the old Imagick website? |
|
#5
|
|||
|
|||
|
I try
extension_dir = c:/php/extensions and extension_dir = c:\php\extensions nothing.... on PEAR site I don't find php_imagick.dll. I download it from http://kromann.info/pear-pecl.php |
|
#6
|
|||
|
|||
|
PAN,
Try this link: http://php.chregu.tv/php_imagick.dll I haven't been able to find the .DLL file located in the archives available on the PEAR site... |
|
#7
|
|||
|
|||
|
this link I try too, but......
I look inside this dll and find that in http://php.chregu.tv/php_imagick.dll i find ... PHP imagick version ImageMagick version 5.5.6 ... in dll from http://kromann.info/pear-pecl.php ... PHP imagick version ImageMagick version 5.5.1 ... At http://pear.php.net/package-info.php?package=imagick I have found this phrase in Description "A compiled windows extension is available at http://kromann.info/pear-pecl.php . You need the ImageMagick libraries from www.imagemagick.org to get it running." I download and install ImageMagick-5.5.7-Q16-windows-dll.exe maybe problem in different versions of dll and ImageMagic from www.imagemagick.org? And what dependency between ImvageMagic from www.imagemagick.org and Imagick from PEAR and version of php_imagick.dll??????? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > can't add imagick to PHP, please help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|