problem on imagick in apache

Trouble during PacsOne Server installations
Post Reply
helpme
problem on imagick in apache

Post by helpme » Tue May 10, 2005 9:03 am

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 !

Jonathan
Posts:184
Joined:Mon Mar 22, 2004 11:52 am
Location:The Netherlands
Contact:

Re: problem on imagick in apache

Post by Jonathan » Tue May 10, 2005 5:19 pm

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.

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

Post by pacsone » Tue May 10, 2005 8:13 pm

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.

helpme

thx a lot !

Post by helpme » Wed May 11, 2005 7:08 am

i try to download and test it, thx a lot !

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

Post by pacsone » Thu May 12, 2005 1:47 am

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.

Post Reply