A and New Member May 17, 2018 #1 May 17, 2018 #1 Hi. when installing the script, I need to install the Imagick extension for images. How to add the ImageMagick php extension to openluteserver correctly?
Hi. when installing the script, I need to install the Imagick extension for images. How to add the ImageMagick php extension to openluteserver correctly?
Tishu Member May 17, 2018 #2 May 17, 2018 #2 Hello, You can use that wiki for that -> https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
Hello, You can use that wiki for that -> https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension
Xaos New Member Oct 9, 2020 #3 Oct 9, 2020 #3 cant install it i run /usr/local/lsws/lsphp74/bin/pecl install imagick from that guide and got error sh: 1: phpize: not found ERROR: `phpize' failed any idea how to go around it ? attached screenshoot Attachments Zrzut ekranu z 2020-10-09 21-59-10.png 265.1 KB Views: 4
cant install it i run /usr/local/lsws/lsphp74/bin/pecl install imagick from that guide and got error sh: 1: phpize: not found ERROR: `phpize' failed any idea how to go around it ? attached screenshoot
Z zzori New Member Oct 11, 2020 #5 Oct 11, 2020 #5 Xaos said: cant install it i run /usr/local/lsws/lsphp74/bin/pecl install imagick from that guide and got error sh: 1: phpize: not found ERROR: `phpize' failed any idea how to go around it ? attached screenshoot Click to expand... ln -s /usr/local/lsws/lsphp74/bin/php-config /usr/bin/php-config ln -s /usr/local/lsws/lsphp74/bin/phpize /usr/bin/phpize /usr/local/lsws/lsphp74/bin/pecl install imagick rm -f /usr/bin/php-config rm -f /usr/bin/phpize Last edited: Oct 11, 2020
Xaos said: cant install it i run /usr/local/lsws/lsphp74/bin/pecl install imagick from that guide and got error sh: 1: phpize: not found ERROR: `phpize' failed any idea how to go around it ? attached screenshoot Click to expand... ln -s /usr/local/lsws/lsphp74/bin/php-config /usr/bin/php-config ln -s /usr/local/lsws/lsphp74/bin/phpize /usr/bin/phpize /usr/local/lsws/lsphp74/bin/pecl install imagick rm -f /usr/bin/php-config rm -f /usr/bin/phpize