Thread
:
recompile PHP5 with mysql support in redhat
View Single Post
#
2
(
permalink
)
05-28-2008, 01:22 PM
nixcraft
Never say die
User
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,035
Rep Power:
10
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
nixcraft
View Public Profile
Send a private message to nixcraft
Visit nixcraft's homepage!
Find all posts by nixcraft