Hello I have installed the imagick from a tutorial that I found on google:
help.bigscoots.com
I follow those steps.
Somehow when I access for example on whmcs sometimes gives this message:
Oops!
Something went wrong and we couldn't process your request.
Please go back to the previous page and try again.
Whoops\Exception\ErrorException: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown:0
Stack trace:
#0 /home/user/public_html/cliente/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(32, 'PHP Startup: Un...', 'Unknown', 0)
#1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown()
#2 {main}
This happens after I installed the imagick.
I try to remove imagick:
yum -y remove ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl
and restart the httpd. And the issue remains. I checked:
[[email protected] etc]# /usr/bin/convert --version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 ImageMagick
Copyright: © 1999-2019 ImageMagick Studio LLC
License: ImageMagick
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
[[email protected] etc]#
(seems to be still installed even I remove using yum)
and here:
[[email protected] modules]# pwd
/opt/cpanel/ea-php73/root/usr/lib64/php/modules
[[email protected] modules]#
[[email protected] modules]# ls
bcmath.so gettext.so pdo_mysql.so sqlite3.so
bz2.so gmp.so pdo_pgsql.so tidy.so
calendar.so iconv.so pdo.so tokenizer.so
ctype.so imap.so pdo_sqlite.so wddx.so
curl.so intl.so pgsql.so xmlreader.so
dba.so ioncube_loader_lin_7.3.so phar.so xmlrpc.so
dom.so json.so posix.so xml.so
enchant.so ldap.so pspell.so xmlwriter.so
exif.so mbstring.so simplexml.so xsl.so
fileinfo.so mysqli.so snmp.so zip.so
ftp.so mysqlnd.so soap.so
gd.so opcache.so sockets.so
[[email protected] modules]
I already checked the WHM > MultiPHP INI Editor > Editor Mode
and try to find "imagick" but did not find anything.
What I am missing?
cPanel EasyApache 4 Installing Imagemagick and imagick PHP extension
This is a quick guide on how to install both the imagick PHP extension as well as the application via SSH.

I follow those steps.
Somehow when I access for example on whmcs sometimes gives this message:
Oops!
Something went wrong and we couldn't process your request.
Please go back to the previous page and try again.
Whoops\Exception\ErrorException: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown:0
Stack trace:
#0 /home/user/public_html/cliente/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(32, 'PHP Startup: Un...', 'Unknown', 0)
#1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown()
#2 {main}
This happens after I installed the imagick.
I try to remove imagick:
yum -y remove ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl
and restart the httpd. And the issue remains. I checked:
[[email protected] etc]# /usr/bin/convert --version
Version: ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 ImageMagick
Copyright: © 1999-2019 ImageMagick Studio LLC
License: ImageMagick
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
[[email protected] etc]#
(seems to be still installed even I remove using yum)
and here:
[[email protected] modules]# pwd
/opt/cpanel/ea-php73/root/usr/lib64/php/modules
[[email protected] modules]#
[[email protected] modules]# ls
bcmath.so gettext.so pdo_mysql.so sqlite3.so
bz2.so gmp.so pdo_pgsql.so tidy.so
calendar.so iconv.so pdo.so tokenizer.so
ctype.so imap.so pdo_sqlite.so wddx.so
curl.so intl.so pgsql.so xmlreader.so
dba.so ioncube_loader_lin_7.3.so phar.so xmlrpc.so
dom.so json.so posix.so xml.so
enchant.so ldap.so pspell.so xmlwriter.so
exif.so mbstring.so simplexml.so xsl.so
fileinfo.so mysqli.so snmp.so zip.so
ftp.so mysqlnd.so soap.so
gd.so opcache.so sockets.so
[[email protected] modules]
I already checked the WHM > MultiPHP INI Editor > Editor Mode
and try to find "imagick" but did not find anything.
What I am missing?