Instalasi BerkeleyDB

From OnnoWiki
Jump to navigation Jump to search

Install

Instalasi menggunakan

apt-get install db4.8-util db4.8-doc

Compile

Kalau anda punya account di oracle.com bisa compile dari source code

  1. download berkeley db from http://www.oracle.com/technology/pro...-db/index.html
  2. create a dir in your home and un-tar the downloaded file there
  3. go to ./build_unix directory in the root directory of the berkeley db source you just un-tarred
  4. run this command at your shell:
../dist/configure --bindir=/usr/local/bin --libdir=/usr/lib/ --includedir=/usr/include/ --enable-cxx
  1. run 'make' at your command prompt
  2. next run 'make install'; if you are not an admin, do 'sudo make install' instead


Referensi

Pranala Menarik