Recompiling PHP

I'm trying to re-compile PHP which came installed by default on Red Hat 7.3. I can't figure out where the configure script is for it! I need mysql support and in php info it says --with-mysql=/usr but I get call to unknown function mysql_connect, so I think i need to recompile with just --with-mysql not the tag on the end.

 

 

 

 

Top