yum install php-mysql fails with mysql 5.1 - "Error: mysql conflicts with MySQL"
I can't figure this out.
CentOS5
I've installed MySQL 5.1.32 (client and server).
I've used the standard PHP (5.1.6) and Apache (2.2.3) that came with the OS.
Wanting PHP to talk to MySQL, I try:
yum install php-mysql
I get the error:
Error: mysql conflicts with MySQL
Any ideas?
(I wish I could just run the PHP configure command '--with-mysql',but have no idea how to do that with yum.)
Thanks!
|