Page 1 of 1

problem on imagick in apache

Posted: Tue May 10, 2005 9:03 am
by helpme
Hi,

i am using PacsOne Basic Edition in window 2000. (apache_2.0.54 / mysql_4.1.11 / php_5.0.4), when i configure everything and want to start apache in "Services", it prompt the following error to me:

Warning:
PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20040412, debug=0, thread-safety=1
PHP compiled with module API=20041030, debug=0, thread-safety=1
These options need to match.

also, the php5_imagick.dll is come from "PHP.zip".

Thx a lot !

Re: problem on imagick in apache

Posted: Tue May 10, 2005 5:19 pm
by Jonathan
helpme wrote:Warning:
PHP Startup: imagick: Unable to initialize module
Module compiled with module API=20040412, debug=0, thread-safety=1
PHP compiled with module API=20041030, debug=0, thread-safety=1
These options need to match.
The build versions of the module you are trying to load is not compatible with the build of your apache server. Maybe you should upgrade to another version of apache or downgrade to an older version of PHP.

Unfortunatley I can only give some general clue because I never had this error, maybe you can find some information here: http://www.imagemagick.org.

Posted: Tue May 10, 2005 8:13 pm
by pacsone
Yes, the Zend API number has increased since PHP 5.0.3. We've released a new version of the php5_imagick.dll for the Premium Edition, but have not found time to update the php.zip for the Basic Edition yet.

For now, you can download the latest Premium Edition package, install and extract the content to a junk folder, then obtain the latest php5_imagick.dll from the php sub-folder there.

thx a lot !

Posted: Wed May 11, 2005 7:08 am
by helpme
i try to download and test it, thx a lot !

Posted: Thu May 12, 2005 1:47 am
by pacsone
A new version of the php.zip is released at the PacsOne site:

http://www.pacsone.net/download.htm

which contains the latest php5_imagick.dll for PHP 5.0.3 and higher.