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

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
編集の要約なし
==PostgreSQL 8.3.5 インストール==
[[PostgreSQL][PostgreSQL 8.3.5][Fedora Core]]
[[http://www.postgresql.jp/ 日本PostgreSQLユーザ会]]
http://www.postgresql.jp/document/pg835doc/html/installation.html
Password:[メールアドレス]
:
ftp> > bin ftp> > cd /pub/v8.3.5/ ftp> > get postgresql-8.3.5.tar.gz
=====展開=====
$ gunzip postgresql-8.3.5.tar.gz
:
Name (ftp.gnu.org:root): anonymous
ftp> > cd /gnu/readline ftp> > get readline-5.2.tar.gz
# gunzip readline-5.2.tar.gz
config.log
:
dit -lcurses -lcrypt -ldl -lm >>&5
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
:
[[http://typea-mixi01.appspot.com/yh_s?q=Ncurses+%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA%E3%81%8C%E8%B6%B3%E3%82%8A%E3%81%AA%E3%81%84 Ncurses ライブラリが足りない]]模様
=====ncursesのインストール=====
:
Name (ftp.gnu.org:root): anonymous
ftp> > cd /gnu/ncureses ftp> > get ncurses-5.7.tar.gz
# cd ncurses-5.7
\q to quit
testdb=#となっているのは、スーパーユーザーであるため。スーパーユーザーでない場合、tetdb=>>となる。
以下のコマンドを試す
testdb=# SELECT version();

案内メニュー