Hi,
I'm currently on FreeBSD11.2.
We've been using Berkeley DB's libdb-4.4.so and bsddb3 python wrapper for interfacing our python in FreeBSD10.1 and then FreeBSD10.4, recompiling it for the particular FreeBSD version each time; and, it has worked fine till we upgraded to FreeBSD11.2 sometime back.
We're getting a database corruption error from libdb-4.4.so after migrating to FreeBSD11.2 from FreeBSD10.4.
We're using python2.6.
So, we've decided to upgrade the DB to libdb-5.3.so which is natively available on FreeBSD11.2.
But, the natively available py-bsddb wrapper version is 6.2.5 and that is compatible only with Berkeley DB versions 3 and 4.
Which py-bsdddb version should we use that would be compatible with python2.6 as well as work well with libdb-5.3.so?
Thanks.
I'm currently on FreeBSD11.2.
We've been using Berkeley DB's libdb-4.4.so and bsddb3 python wrapper for interfacing our python in FreeBSD10.1 and then FreeBSD10.4, recompiling it for the particular FreeBSD version each time; and, it has worked fine till we upgraded to FreeBSD11.2 sometime back.
We're getting a database corruption error from libdb-4.4.so after migrating to FreeBSD11.2 from FreeBSD10.4.
We're using python2.6.
So, we've decided to upgrade the DB to libdb-5.3.so which is natively available on FreeBSD11.2.
But, the natively available py-bsddb wrapper version is 6.2.5 and that is compatible only with Berkeley DB versions 3 and 4.
Which py-bsdddb version should we use that would be compatible with python2.6 as well as work well with libdb-5.3.so?
Thanks.