I did a RPM install of MySql....where is the default directory....I need to know because i am trying to add PHP support to MySql and once I am in the php directory, i need to point it to the mysql directory by typing the following command:
./configure --with-mysql=/path
I did a find of MySql and pointed to the directories I thought would qualify as a directory of some sort with confug files....but halfway through it compiling the path I pointed it to...it gives me the following error:
configure:error:Cannot find header files under /path_I_pointed_it_to
Also, what is the deault install directory of Apache from a RPM install..../etc/httpd??
Thanks...in advance