On Sat, Jun 18, 2005 at 12:00:26AM -0400, Zoran Spasojevic wrote: > > [root@zoran download]# rpm -ivh RealPlayer10GOLD.rpm > rpmdb: unable to initialize mutex: Function not implemented > rpmdb: /var/lib/rpm/__db.001: unable to initialize environment lock: > Function not implemented > error: db4 error(38) from dbenv->open: Function not implemented > error: cannot open Packages index using db3 - Function not implemented (38) > error: cannot open Packages database in /var/lib/rpm Your rpm database has been corrupted. Make sure rpm isn't running and make a backup copy of /var/lib/rpm. then run the command "rpm --rebuilddb". That should fix it. Emmanuel