Home > Archive > PostgreSQL for Windows > September 2005 > Trouble initdb Postgresql 8.0.3 Cygwin









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Trouble initdb Postgresql 8.0.3 Cygwin
Alain Bouju

2005-09-04, 3:24 am

Hi,

I compile Postgresql with cygwin.
configure --prefix=/opt/postgresql-8.0.3
make
make install
I change Path.
All seems OK.
But I try to use initdb nothing happen.
Can you some tell me what I'm missing?

Alain ...


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reini Urban

2005-09-05, 3:23 am

Alain Bouju schrieb:
> I compile Postgresql with cygwin.
> configure --prefix=/opt/postgresql-8.0.3
> make
> make install
> I change Path.
> All seems OK.
> But I try to use initdb nothing happen.
> Can you some tell me what I'm missing?


That nothing happens is very unlikely.
I assume your initdb fails with signal 12
like
creating configuration files... ok
creating template1 database in /var/postgresql/data/base/1... Signal 12

initdb: failed

This tells you that IPC couldn't be initialized, most likely that
cygserver is not running or your /etc/cygserver.conf settings are too small.

--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
http://phpwiki.org/

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com