"Fatal error, run database recovery" problem
If you encounter the following problem during install/update in Linux (In my case it is SuSE Linux 10.0), it is probably that you run BOTH "install new update" and "Update" at the same time. db_recover: DB_ENV->open: DB_RUNRECOVERY: Fatal error, run database recovery To resolve this problem, in command prompt, issue the following command: rpm --rebuilddb to rebuild the RPM db as it is already corrupted. Hope it helps.