Jump to content

Does anyone know how to install imagemagick to appserv?


Recommended Posts

I have already installed the ImageMagick-6.6.2-Q16 and already added "extension=php_imagick_nts.dll" to the php.ini but i still cannot find imagemagick in phpinfo(); .Also , I have try to run php.exe manually and it claimed that "Unable to load dynamic library 'C:/Appserv\php5\ext\php_imagick_nts.dll'" - cannot find the module in Unknown on line 0

 

P.S.

I have added the imagemagick's path to the environment variable and I can run the convert in console.

 

Could anyone please help.

  • 4 years later...

Sorry for my bad english:

 

1º Install Appserv

Filename: "appserv-win32-2.5.10.exe"


Apache port: 8080

 

2º Download PHP 5.3(Apache 2.2 doesn't support superior)

Filename: "php-5.3.29-Win32-VC9-x86.zip"

How?: Thread Safe


 

3º Stop Apache

 

4º Delete all contents in the folder "..\AppServ\php5"

 

5º Copy the zip contents to "..\AppServ\php5"

 

6º Add line

date.timezone = "America/Buenos_Aires" (This is my zone, find yours in php page)

to the "php.ini" in "c:\Windows\php.ini"

to avoid date error in PHP

 

7º Start Apache

 

=============================

 

IMAGIC(Once PHP 5.3 is installed)

 

1º Instalññ Image magic 6.7(Not superior, PHP 5.3 doesn't support)

Filename: "ImageMagick-6.7.9-9-Q16-windows-dll.exe" 


 

2º Download Imagic

Filename: "php_imagick-3.1.2-5.3-ts-vc9-x86.zip"


 

3º In the dir "php5/ext" add the file "php_imagick.dll" from the last zip download(other files doesn't care)

 

4º Add line

extension=php_imagick.dll

to the "php.ini" in "c:\Windows\php.ini"

 

5º Restart Apache

Also, does C:/Appserv\php5\ext\php_imagick_nts.dll file exist in that directory? The instructions said to move "php_imagick.dll" and add the extension line to the php.ini, but the error says "php_imagick_nts.dll", which is different.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.