| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Berkeley DB」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
(ページの作成:「==Berkeley DB== {{include_html banner_html, "!Database"}} http://www.oracle.com/database/berkeley-db/index.html =====ダウンロード===== http://www.oracle.com…」)
 
1行目: 1行目:
==Berkeley DB==
+
==[[Berkeley DB]]==
{{include_html banner_html, "!Database"}}
+
{{include_html [[banner_html]], "!Database"}}
  
 
http://www.oracle.com/database/berkeley-db/index.html
 
http://www.oracle.com/database/berkeley-db/index.html
9行目: 9行目:
 
db-4.5.20.tar.gz
 
db-4.5.20.tar.gz
  
=====GCCのインストール(必要なら)=====
+
=====[[GCC]]のインストール(必要なら)=====
 
  #yum install gcc
 
  #yum install gcc
  
 
=====インストール=====
 
=====インストール=====
Fedora Core3 にインストール
+
[[Fedora Core]]3 にインストール
 
  # gzip -d db-4.5.20.tar.gz
 
  # gzip -d db-4.5.20.tar.gz
 
  # tar xvf db-4.5.20.tar
 
  # tar xvf db-4.5.20.tar
22行目: 22行目:
 
  # make install
 
  # make install
 
----
 
----
{{include_html banner_html, "!Database"}}
+
{{include_html [[banner_html]], "!Database"}}

2020年2月16日 (日) 04:22時点における版

Berkeley DB

{{include_html banner_html, "!Database"}}

http://www.oracle.com/database/berkeley-db/index.html

ダウンロード

http://www.oracle.com/technology/software/products/berkeley-db/index.html

db-4.5.20.tar.gz

GCCのインストール(必要なら)
#yum install gcc
インストール

Fedora Core3 にインストール

# gzip -d db-4.5.20.tar.gz
# tar xvf db-4.5.20.tar
# cd db-4.5.20
# cd build_unix
# ../dist/configure 
# make
# make install

{{include_html banner_html, "!Database"}}