はじめまして。CygwinとwindowsXp Home Editionで
データベースのpostgersqlを使いたいのですが、
データベースの初期設定でinitdbというコマンドを
使ってもうまく初期設定ができません。
$ initdb
The files belonging to this database system will be owned by user "eiji".
This user must also own the server process.
The database cluster will be initialized with locale C.
creating directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... ok
creating directory /usr/local/pgsql/data/global... ok
creating directory /usr/local/pgsql/data/pg_xlog... ok
creating directory /usr/local/pgsql/data/pg_clog... ok
selecting default max_connections... 10
selecting default shared_buffers... 50
creating configuration files... ok
creating template1 database in /usr/local/pgsql/data/base/1... FATAL: could no
create shared memory segment: Function not implemented
DETAIL: Failed system call was shmget(key=1, size=1081344, 03600).
initdb: failed
initdb: removing data directory "/usr/local/pgsql/data"
このようなエラーのようなものがでます。
後はC言語を使いたいくてgccをダウンロードしているの
ですが、いっぱいあってどれを使ってらよいのでしょうか?
よろしくお願いします
|