How to install ImageMagick php on openluteserver

and

New Member
#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?
 
#5
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
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:
Top