Instalasi BerkeleyDB
Revision as of 09:06, 5 January 2011 by Onnowpurbo (talk | contribs) (New page: # download berkeley db from http://www.oracle.com/technology/pro...-db/index.html # create a dir in your home and un-tar the downloaded file there # go to ./build_unix directory in the roo...)
- download berkeley db from http://www.oracle.com/technology/pro...-db/index.html
- create a dir in your home and un-tar the downloaded file there
- go to ./build_unix directory in the root directory of the berkeley db source you just un-tarred
- run this command at your shell:
../dist/configure --bindir=/usr/local/bin --libdir=/usr/lib/ --includedir=/usr/include/ --enable-cxx
- run 'make' at your command prompt
- next run 'make install'; if you are not an admin, do 'sudo make install' instead
Referensi
- http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html
- http://ubuntuforums.org/showthread.php?t=1210320