Hello
I have enabled GD and show all good in php.ini But in my joomla i get this error
Critical Issues
No GD library available.
In ssh i found rhis
[root@server ~]# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20131226/php_gd2.dll' - /usr/lib64/extensions/no-debug-non-zts-20131226/php_gd2.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20131226/php_intl.dll' - /usr/lib64/extensions/no-debug-non-zts-20131226/php_intl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.6.14 (cli) (built: Apr 12 2016 23:52:57)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
How to resolve this problem?