1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Berkeley DB 6.2インストール手順

Last updated at Posted at 2018-01-27

Berkeley DBのインストールメモ。
MacのHigh Sierra(10.13.2)にインストール。
※homebrewでインストールしたほうが早いです・・・

#1.Berkeley DBのダウンロード
Oracleのダウンロードページからダウンロードしてくる。
※この際、私は「Berkeley DB 6.2.32.tar.gz」を取得しました。

#2.インストール
適当なフォルダに解凍した後、インストールする。

cd ./db-6.2.32/build_unix
../dist/configure --prefix=/usr/local/
make
sudo make install

#参考
Berkeley DB 4.8 インストール手順

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?