On Tue, 2007-02-27 at 19:32 +0100, Michael Gabriel wrote:
is it really wanted to have php 5 depend on mysql 5 AND postgres 8 ? its installing the mysql client 14 for the installed mysql 4.1.20. but why the others ?
Do you have php-mysql and php-pgsql installed ...?
The php in centosplus is part of the Web Application Stack.
If php-mysql (the new version) is there, it requires mysql5
If php-pgsql is there, it requires libpq.so.4 which is provided by postgres-8.18
If you don't have either php-mysql or php-pgsql installed, then mysql-5 and postgresql-8 should not be required.