Fwd: Compiling RPM-5.1.9 with external Berkley

2013-11-20 Thread bishwajit goswami
Hi, We use Berkley DB 4.8 for some DB transactions. The DB utilities are already exported for Berkley DB 4.8. Berkley 4.8 is also used in our case to link with RPM 4.8. However, we are planning to migrate to RPM 5.1.9. As part of this migration, I am able to compile RPM 5.1.9 externally with

Re: Compiling RPM-5.1.9 with external Berkley

2013-11-21 Thread bishwajit goswami
.html -- Ram On Wed, Nov 20, 2013 at 11:44 AM, Sriram Narayanan sri...@belenix.orgwrote: What's your rpmdb path ? Please see the error: rpmdb: stat: /tmp/usr/local/rpm5/__db.Basenames: No such file or directory On Wed, Nov 20, 2013 at 9:17 AM, bishwajit goswami bswjt.callmeb

rpmdb not updated with installed packages

2013-12-12 Thread bishwajit goswami
to be corrupt since rpm verification runs smoothly. -- Bishwajit Goswami

Re: rpmdb not updated with installed packages

2013-12-17 Thread bishwajit goswami
the same operation without --root, but with a different --dbpath to see if local rpmdb gets accessed. I do not see reference to local rpmdb in such a case. Any help in this regard would be appreciated. Thanks and Regards, Bishwajit On Mon, Dec 16, 2013 at 1:00 PM, bishwajit goswami

Information on patch available on rpm5

2014-01-03 Thread bishwajit goswami
Hi, I was checking on a few rpm patches available. I found patch as below: -#definePLD_CHROOT -#ifdef PLD_CHROOT - if (rpmdb-db_chrootDone) - xx = dbenv-set_data_dir(dbenv, dbhome); -#endif rpmdb-db_opens++; I was not able to figure out the