I've had our website's server operation foisted onto my plate, I have very little experience, mostly just looking things up on google.
I am trying to upgrade my domain from php73 to php74 (using MultiPHP in cPanel). Php74 won't boot because it can't find imagick.so.
I have imagick installed and working fine on 73, but I can't seem to get it to install to 74. I've tried usr/local/cpanel/3rdparty/php/74/bin/pecl install imagick, (which is how I got it on 73 some months ago), and I've tried the WHM Modules Installer with the PHP Version and Include Path set to php74, but they both install to php73, even if I have switched all subdomains to 74 in Multiphp. I've uninstalled from 73, switched to 74, and tried installing, but it always installs to 73 which means 74 can never properly boot. To add insult to injury, I can't even find where the imagick.so extension is being called from by grep in the php74 directory. What am I missing? Thanks in advance for your replies, and patience with my inexperience.
I am trying to upgrade my domain from php73 to php74 (using MultiPHP in cPanel). Php74 won't boot because it can't find imagick.so.
I have imagick installed and working fine on 73, but I can't seem to get it to install to 74. I've tried usr/local/cpanel/3rdparty/php/74/bin/pecl install imagick, (which is how I got it on 73 some months ago), and I've tried the WHM Modules Installer with the PHP Version and Include Path set to php74, but they both install to php73, even if I have switched all subdomains to 74 in Multiphp. I've uninstalled from 73, switched to 74, and tried installing, but it always installs to 73 which means 74 can never properly boot. To add insult to injury, I can't even find where the imagick.so extension is being called from by grep in the php74 directory. What am I missing? Thanks in advance for your replies, and patience with my inexperience.