How to recompile php with gd on cent os?Originaly i installed php with command yum php and it working,version 5.1.After that i installed image magick and zend optimizer and gd.But it seems to make gd work i need to recompile php.Can i do that with yum command?Since compilation with commands ./configure --with-gd --with-jpeg --with-png --with-gif didnt work. Update:i founded solution,i was only need to type yum install php-gd in ssh and that's it. Thread closed.