[root@beast root]# urpmi php
installing /mnt/nfs/Mandrake/RPMS/php-4.0.6-3mdk.i586.rpm
error: failed dependencies:
libgdbm1 is needed by php-4.0.6-3mdk
Installation failed
Try installation without checking dependencies? (y/N)
[root@beast root]# urpmi php-dba_gdbm_db3
installing /mnt/nfs/Mandrake/RPMS/php-dba_gdbm_db3-4.0.6-2mdk.i586.rpm
error: failed dependencies:
libgdbm1 is needed by php-dba_gdbm_db3-4.0.6-2mdk
Installation failed
Try installation without checking dependencies? (y/N)
[root@beast root]#
[root@beast RPMS]# ls libgdbm*
libgdbm2-1.8.0-17mdk.i586.rpm libgdbm2-devel-1.8.0-17mdk.i586.rpm
[root@beast RPMS]#
Someone should probably fix either the prereq's for PHP or the provides of
libgdbm2. I'd hate to think something as important as PHP is being --force'd
by the installer. It's only after a minimal install that I can't install
PHP. (Thus my assumption that the installer thinks it knows best and forces
everything in - especially since reordering everything for proper install
order would take forever.)