[HELP] PHP-Imagick Manual Installation

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
laracha
Posts: 1
Joined: 2019-01-18T06:41:13-07:00
Authentication code: 1152

[HELP] PHP-Imagick Manual Installation

Post by laracha »

Hello community,
I am trying to install PHP-Imagick on XAMPP (LAMPP) on Linux Ubuntu 18.10 OS
This is what I did so far

Code: Select all

wget https://pecl.php.net/get/imagick-3.4.3
/opt/lampp/bin/phpize
./configure --with-php-config=/opt/lampp/bin/phpconfig
make
make install
Then I add extensions=imagick.so in PHP.ini
Every file is where is supposed, I restart XAMPP (LAMPP) and still the extension is not enabled it doesn't appear on phpinfo(); function.

I am trying to install it manually because I wanna configure it with the latest version of ImageMagick-7.0.8-24
Post Reply