View Single Post
Old 02-26-2003, 03:46 PM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
with redhat, php/mysql/apache never work together with a regular install.

what i do is gather all the php/mysql/apache related rpms off the install cd, and copy them into a directory.

then i remove all php/mysql/apache rpms from the system. usually a 'rpm -e apache' will error out and show you all the depends you need to remove.

then, i install all the php/mysql/apache rpms all at the same time. usually that will assure that they get compiled together and work nicely. like i said though .. make sure you have the 'php-mysql' package.

good luck, .. keep us posted.
sde is offline   Reply With Quote