Advice on operating system and panel

I did get this though...
PHP Warning: PHP Startup: Unable to load dynamic library 'php_gm p.so' (tried: /usr/lib64/php/modules/php_gmp.so (/usr/lib64/php/m odules/php_gmp.so: cannot open shared object file: No such file o r directory), /usr/lib64/php/modules/php_gmp.so.so (/usr/lib64/ph p/modules/php_gmp.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
 
it might not be installed correctly.

I would run a yum process again to make sure it's actually there.

sudo yum install php-gmp
 
Back
Top Bottom