Mysql functions in PHP

I have been unable to perform any mysql functions under PHP and to my knowledge I see nothing wrong. My PHP was compiled with: --with-mysql=shared,/usr

Now, this is saying the location of the mysql client libraries are in /usr? Correct?

I installed the mysql client rpm with: rpm -i mysql-client.rpm

Code:
]# whereis mysql
mysql: /usr/bin/mysql /usr/lib/mysql /usr/share/mysql
Do I need to recompile PHP to get this working?

 

 

 

 

Top