@extro can I ask, what are in these directories? LDFLAGS="-L/home/veter/dbbin/lib/" CPPFLAGS="-fPIC -I/home/veter/dbbin/include/" I'm trying to build my config command and I don't understand what these are referencing.
For wallet compatibility, Verionum was linking against his own compiled version of BerkeleyDB 4.8, probably on a modern Linux distro whose system packaging only provides a later version.
If you wish to take the same approach, it is well-described in the
"build-unix" cloneparent documentation.
The approach is optional, you can omit the
-L link and
-I include flags if you wish to use the more modern version of was-Berkeley-now-Oracle-DB that is installed by your system package. Do retain the
CPPFLAGS="-fPIC", it's needed in order to satisfy the requirements for linking against the Qt libraries.
Cheers
Graham (11 days to go)