From: | Patricia Frontiera <pattyf(at)regis(dot)berkeley(dot)edu> |
---|---|
To: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | install problems with ipc-daemon2 |
Date: | 2003-11-25 08:25:53 |
Message-ID: | Pine.OSF.4.21.0311250021180.386-100000@wohler.regis.berkeley.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi,
I'm having trouble getting a local build of postgres to run on my pc.
I have the following installed on my system:
windows 2000, cygwin 1.5.5, cygipc-2.02-1, gcc 3.3.1-3
I successfully installed postgres-7.3.4-2 using the cygwin setup.exe file
and the following commands worked fine:
$ ipc-daemon2 &
$ initdb -D /usr/share/postgresql/data
I can manually build postgres (so that I can install postgis/GEOS) like
so:
LDFLAGS=-lstdc++ ./configure --enable-multibyte --with-CXX
--prefix=/usr --sysconfdir=/etc --docdir=/usr/doc/postgresql-7.3.4
It configures, compiles and installs just fine. Yet, when I run:
$ ipc-daemon2 &
$ initdb -D /usr/local/pgsql/share/data1
I get the following error msg:
creating template1 in database in /usr/local/pgsql/share/data/base/1...
IpcSemaphoreCreate: semget(key=1, num=17, 03600) failed: Function not
implemented
Any thoughts on why my locally built version doesn't work with
ipc-daemon2?
-Patty
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Convissor | 2003-11-27 06:09:19 | FAQ_MSWIN patch: whitespace |
Previous Message | Jason Tishler | 2003-11-24 21:05:01 | Re: Updated Cygwin Package: postgresql-7.4-1 |