Build BerkeleyDB Library

Author:Liangzhi Zou
Date:2001/20/8


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}
Hosted by www.Geocities.ws

1