Berkeley DB 4.4.20インストール
ダウンロード
http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
$ cd db-4.4.20/build_unix
$ ../dist/configure
$ make
# make install
/usr/local/BerkeleyDB.4.4 にインストールされる。
/ect/ld.so.confに下記を追加
/usr/local/BerkeleyDB.4.4/lib
# ldconfig
http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
$ cd db-4.4.20/build_unix
$ ../dist/configure
$ make
# make install
/usr/local/BerkeleyDB.4.4 にインストールされる。
/ect/ld.so.confに下記を追加
/usr/local/BerkeleyDB.4.4/lib
# ldconfig
0 Comments:
Post a Comment
<< Home