Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TES] ϟ The Tesla ϟ Decentralize the Energy System ϟ Bittrex - Cryptopia
by
McKnight
on 12/07/2016, 11:35:57 UTC
Copied from https://github.com/TentacleMan/teslacoin-tman/blob/master/doc/readme-qt.rst

Berkeley DB version warning

A warning for people using the static binary version of Bitcoin on a Linux/UNIX-ish system (tl;dr: Berkeley DB databases are not forward compatible).

The static binary version of Bitcoin is linked against libdb4.8 (see also this Debian issue).

Now the nasty thing is that databases from 5.X are not compatible with 4.X.

If the globally installed development package of Berkeley DB installed on your system is 5.X, any source you build yourself will be linked against that. The first time you run with a 5.X version the database will be upgraded, and 4.X cannot open the new format. This means that you cannot go back to the old statically linked version without significant hassle!