The package complains :
---------------------
# rpm -ivh /cooker/mod_php3-pgsql-3.0.16-7mdk.i586.rpm
error: failed dependencies:
libpq.so.2.0 is needed by mod_php3-pgsql-3.0.16-7mdk
But :
---
# file /usr/lib/libpq.so.2.0
/usr/lib/libpq.so.2.0: symbolic link to libpq.so.2.1
# file /usr/lib/libpq.so.2.1
/usr/lib/libpq.so.2.1: ELF 32-bit LSB shared object, Intel 80386,
version 1, stripped
# rpm -qf /usr/lib/libpq.so.2.1
postgresql-7.0.2-3mdk
So, the library is there, but the package mod_php3-pgsql complains about
it missing : why ?