ImageMagick For Directadmin

ImageMagick For Directadmin

yum install ImageMagick ImageMagick-devel -y

[ตรวจสอบเวอร์ชั่นล่าสุด http://pecl.php.net/package/imagick]

cd /usr/src
wget http://pecl.php.net/get/imagick-3.4.3.tgz
tar zxvf imagick-3.4.3.tgz
cd imagick-3.4.3

/usr/local/php56/bin/phpize 
./configure --with-php-config=/usr/local/php56/bin/php-config

make

make install

ทดสอบว่าใช้งานได้

php -i | grep Imagick
convert --help

เพิ่มคำสั่งลงใน php.ini
extension=imagick.so

 


ดูรายละเอียดเพิ่มเติม
https://www.debyum.com/install-latest-imagemagick-in-centos-7/

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Comodo WAF can now be easily integrated into DirectAdmin

If your server is running DirectAdmin you may enable Comodo ModSecurity protection...

How do you install Node.JS on CentOS?

  down vote If you have CentOS 6.x, and...

การ Compile PHP พร้อม xmlrpc (DirectAdmin Custombuild)

หากต้องการติดตั้ง xmlrpc ใน PHP ของเซิฟเวอร์ที่มีการติดตั้ง DirectAdmin แบบ CustomBuild...

การตั้งค่า DKIM กับ DirectAdmin

DKIM (DomainKeys Identified Mail) เป็นลายเซ็นดิจิทัลในส่วนหัวของข้อความ E-Mail...

ติดตั้ง Anti DDOS Attack สำหรับ DirectAdmin

# cd /usr/local/directadmin/custombuild # wget...