I am running Red Hat 7.2 with Apache, I installed MySQL with the RPM's and now I am working on trying get PHP compiled. I have created a symbolic link e.g. /usr/local/mysql which points to /usr/bin That is were the mysql client is installed by the RPM. When php compiles (./configure ---with-mysql=/usr/local/mysql) I get a error that it cannot find the header file in /usr/local/mysql. Header file??? I think I have the symbolic link pointed to right location. Can someone please help me with this installation.