Hi,
php -v giving error of unable to load dynamic library 'imagick.so'
Tried to install with sh /scripts/install_imagick
but it exit with error Imagick NOT Installed !
So I run script line by line
following lines executed successfully
yum -y install ImageMagick ImageMagick-devel ImageMagick-perl
cd /usr/local/src
rm -Rf imagick-3.1.0RC2
rm -Rf imagick-3.1.0RC2.tgz
wget
http://static.cdn-cwp.com/files/php/pecl/imagick-3.1.0RC2.tgztar zxf imagick-3.1.0RC2.tgz
cd imagick-3.1.0RC2
phpize
but found that following line not working:
ln -s /usr/local/include/ImageMagick-6 /usr/local/include/ImageMagick
On checking, I didnot found any folder /usr/local/include/ImageMagick-6 in my Almalinux ver 8
after that I run ./configure which exit with error:
checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
It seems error due to path.

path:
https://prnt.sc/DsveGt3IKtYNRegards,