On Fri, Jun 26, 2020 at 01:39:19PM +0100, Robert Chalmers (Author) wrote: > Trying to build 3.5.3 on OSX 10.15.5 and running into this problem again. > > dict_db.c:768:2: error: "Unsupported Berkeley DB version" > #error "Unsupported Berkeley DB version”
On my laptop I have "homebrew", and the Berkeley DB I end up linking to is: ... -I/usr/local/opt/db/include -L/usr/local/opt/db/lib -ldb ... with: /usr/local/opt/db -> ../Cellar/berkeley-db/6.2.32 -- Viktor.