How to enable Imagemagick PECL extension on my Directadmin?

Tommyhara

Verified User
Joined
Jul 25, 2014
Messages
187
Can you tell me how to enable Imagemagick PECL extension on my Directadmin? my website script is requring this feature but as I checked then Imagemagick PECL is not installed on my server. How can I install it quickly with easy steps?

Thanks
 
Hello,

I guess you want to install imagick extension for PHP.

Usefull links:

- Compiling shared PECL extensions with the pecl command
http://php.net/manual/fa/install.pecl.pear.php

- Compiling shared PECL extensions with phpize
http://php.net/manual/fa/install.pecl.phpize.php

- example on how to use phpize: Installing Alternative PHP Cache (APC)
https://help.directadmin.com/item.php?id=400

- Installing a Pecl-extension for PHP on Directadmin server
https://help.poralix.com/articles/installing-a-pecl-extension-for-php-on-directadmin-server
 
Back
Top