View Single Post

  #2 (permalink)  
Old 05-28-2008, 01:22 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default Red Hat Install php-gd / php-mysql

No need to recompile anything remove mysql.ini and type the following to install php mysql module:

Code:
rm /etc/php.d/mysql.ini
yum install php-mysql php-gd
Now restart apache and you should have support
Code:
service httpd restart
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote