Then I tried to run it and then I installed the 1.2 version of libpng.
Then I changed my mind and tried to uninstall it but rpmdrake wouldn't open - failed with a database error message.
So then I tried this:
- Code: Select all
[root@Tureen rich]# urpme libpng
error: rpmdb: Thread/process 2573/139782153705216 failed: Thread died in Berkeley DB library
error: db4 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db4 - (-30974)
error: cannot open Packages database in /var/lib/rpm
unable to open rpmdb
and then this:
- Code: Select all
[root@Tureen rich]# rpmdb --rebuilddb
error: rpmdb: Thread/process 2573/139782153705216 failed: Thread died in Berkeley DB library
error: db4 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db4 - (-30974)
and finally this;
- Code: Select all
[root@Tureen rich]# rpmdb --initdb
error: rpmdb: Thread/process 2573/139782153705216 failed: Thread died in Berkeley DB library
error: db4 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db4 - (-30974)
What is a Berkeley DB and what tools do I have to kick it back into shape? All I have is what I have, though I could probably download and manually install anything I might be missing.
All suggestions gratefully received...
Richard