Search found 1 match

by laracha
2019-01-18T06:48:42-07:00
Forum: IMagick
Topic: [HELP] PHP-Imagick Manual Installation
Replies: 0
Views: 107623

[HELP] PHP-Imagick Manual Installation

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

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 ...