happmaoo 发表于 2013-1-28 14:27:57

Oracle Berkeley DB 安装

<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scrolling="no" height="280"></iframe><div class="postText">官方http://www.oracle.com/technology/products/berkeley-db/db/index.html
tar -zxvf db-4.6.18.tar.gz
cd build_unix/
../dist/configure --prefix=/Data/apps/BerkeleyDB
make
make install
页: [1]
查看完整版本: Oracle Berkeley DB 安装