I moved my mysql database to a box that was recently installed with the Redhat 7 Installation CDs. I set the machine up as a server and selected virtually every PHP and MySQL option available in the installation process. Yet now when I access my database through the web I get:
Call to undefined function: mysql_connect()
... which for me would normally mean MySQL capabilities weren't compiled in to PHP. This seems very odd to me given that I ran the "vanilla" Redhat server install with everything turned on.
My question - is there a way for me to verify whether MySQL awareness is compiled in? Is my only recourse to compile from source? If so, is there anything to watch out for given that I'm installing over an existing PHP4?
Thanks much in advance,
Tiggy