
if you use PhpMyAdmin without install mbstring php extension, you get the warning about this:
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings ...

The best method is using YUM:
[root@server1 /]# yum install php-mcrypt
after finish, restart apache/httpd
[root@server1 /]# sudo /etc/init.d/httpd restart

Using YUM linux command (Cent OS or Fedora Core Linux)
as root user:
# yum install php-gd
# /etc/init.d/httpd restart
Verify if php gd is loaded --> Type the following command:
# php -m | grep gd

Fedora - Red Hat distro - Desktop Gnome by default KDE available
Architectures i386, x86_64, ppc
fedoraproject.org
Debian - Desktop User's choice
Architectures i386, amd64, ppc, s390, ia64 m68k, sparc, alpha, arm, mips, hppa
www.debian.org
CentOS - variant of Red Hat Enterprise Linux - Desktop Gnome
Architectures ...