We're currently running v86.0.18 of cPanel. Before that, there was the link/message asking to reboot for the new updates to take effect. After the reboot, ImageMagick disappeared.
ImageMagick installed
[root@host2 centos]# rpm -qa|grep ImageMagick
ImageMagick-6.9.10.68-3.el7.x86_64
ImageMagick-devel-6.9.10.68-3.el7.x86_64
Module is "loaded" via the zzzzzzz-pecl.ini file
[root@host2 centos]# cat /opt/cpanel/ea-php70/root/etc/php.d/zzzzzzz-pecl.ini
extension="imagick.so"
[root@host2 centos]# cat /opt/cpanel/ea-php73/root/etc/php.d/zzzzzzz-pecl.ini
extension="imagick.so"
Checking for the module
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m |grep -i pdo
PDO
pdo_mysql
pdo_sqlite
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m |grep -i image
<nothing is shown>
*same when running: [root@host2 centos]# /opt/cpanel/ea-php73/root/bin/php -m |grep -i image
I also restarted httpd and viewed the web page with "phpinfo()" code - also nothing.
Modules Loaded in Apache:
[root@host2 centos]# httpd -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_prefork_module (shared)
cgi_module (shared)
access_compat_module (shared)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
expires_module (shared)
filter_module (shared)
headers_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
mime_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_fcgi_module (shared)
proxy_http_module (shared)
proxy_wstunnel_module (shared)
rewrite_module (shared)
setenvif_module (shared)
slotmem_shm_module (shared)
socache_dbm_module (shared)
socache_shmcb_module (shared)
socache_redis_module (shared)
status_module (shared)
unique_id_module (shared)
unixd_module (shared)
userdir_module (shared)
bwlimited_module (shared)
ssl_module (shared)
security2_module (shared)
ruid2_module (shared)
[root@host2 centos]#
Modules loaded in PHP7.0
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
filter
ftp
gd
hash
imap
intl
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib
[Zend Modules]
What are we missing ?? Would appreciate any pointers or suggestions on how to troubleshoot this. The ImageMagick was working perfectly until the reboot.
ImageMagick installed
[root@host2 centos]# rpm -qa|grep ImageMagick
ImageMagick-6.9.10.68-3.el7.x86_64
ImageMagick-devel-6.9.10.68-3.el7.x86_64
Module is "loaded" via the zzzzzzz-pecl.ini file
[root@host2 centos]# cat /opt/cpanel/ea-php70/root/etc/php.d/zzzzzzz-pecl.ini
extension="imagick.so"
[root@host2 centos]# cat /opt/cpanel/ea-php73/root/etc/php.d/zzzzzzz-pecl.ini
extension="imagick.so"
Checking for the module
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m |grep -i pdo
PDO
pdo_mysql
pdo_sqlite
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m |grep -i image
<nothing is shown>
*same when running: [root@host2 centos]# /opt/cpanel/ea-php73/root/bin/php -m |grep -i image
I also restarted httpd and viewed the web page with "phpinfo()" code - also nothing.
Modules Loaded in Apache:
[root@host2 centos]# httpd -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_prefork_module (shared)
cgi_module (shared)
access_compat_module (shared)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
expires_module (shared)
filter_module (shared)
headers_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
mime_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_fcgi_module (shared)
proxy_http_module (shared)
proxy_wstunnel_module (shared)
rewrite_module (shared)
setenvif_module (shared)
slotmem_shm_module (shared)
socache_dbm_module (shared)
socache_shmcb_module (shared)
socache_redis_module (shared)
status_module (shared)
unique_id_module (shared)
unixd_module (shared)
userdir_module (shared)
bwlimited_module (shared)
ssl_module (shared)
security2_module (shared)
ruid2_module (shared)
[root@host2 centos]#
Modules loaded in PHP7.0
[root@host2 centos]# /opt/cpanel/ea-php70/root/bin/php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
filter
ftp
gd
hash
imap
intl
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
readline
Reflection
session
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib
[Zend Modules]
What are we missing ?? Would appreciate any pointers or suggestions on how to troubleshoot this. The ImageMagick was working perfectly until the reboot.