On 08/18/2013 06:47 AM, Ken Moffat wrote: > Trying to get a recent build to a state where _I_ think it is > worth booting (particularly fcron, mail, nfs, openssh), > postfix-2.10.1 failed to build: > > dict_db.c: In function 'dict_db_open': > dict_db.c:705:2: error: #error "Unsupported Berkeley DB version" > #error "Unsupported Berkeley DB version" > > This is with db-6.0.20. Reverted to 5.3.21, which I had been > using on my previous build, and postfix buildt and installed. > > ĸen >
Have a simple fix sed "s:DB_VERSION_MAJOR == 5:DB_VERSION_MAJOR == 6 || &:" -i src/util/dict_db.c -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
