Build BerkeleyDB Library
Author:Liangzhi Zou 1.Source db-2.7.7.tar.gz 2.Install #tar xvzf db-2.7.7.tar.gz #cd db-2.7.7/dist #./configure(optionally add the envirnoment and flags you prefer) #make #make install #make clean(optional)By default the Berkeley DB library installs itself under /usr/local/BerkeleyDB/ {lib,include,bin,docs} |