Re: PostgreSQL problem

From: "Leeuw van der, Tim" <tim(dot)leeuwvander(at)nl(dot)unisys(dot)com>
To: <oleg(at)kuban(dot)info>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: PostgreSQL problem
Date: 2004-06-02 07:17:33
Message-ID: BF88DF69D9E2884B9BE5160DB2B97A8544AF87@nlshl-exch1.eu.uis.unisys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi,

I'm sorry but I have no idea what 'cygwin 2.427' is! The latest version of the cygwin DLL is 1.5.10 and if you want to compile your own version of PostgreSQL, then it's recommended that you install this Cygwin version.

With old cygwin version you will have to install the cygwin ipc-daemon to provide IPC calls, with recent versions you can use IPC services built into cygwin main package and as of version 1.5.10 it's recommended to use these instead of the seperate ipc daemon.


However, you will need to install the cygserver service and have it running before IPC actually works. The installation script for that is very simple, but I had problems getting the service running if I didn't install Cygwin 'for all users' with the installer.
This can be changed without completely re-installing everything.


Does this help?

regards,

--Tim


-----Original Message-----
From: pgsql-cygwin-owner(at)postgresql(dot)org [mailto:pgsql-cygwin-owner(at)postgresql(dot)org]On Behalf Of fedorov(dot)oleg(at)bk(dot)ru
Sent: vrijdag 28 mei 2004 8:50
To: pgsql-cygwin(at)postgresql(dot)org
Subject: [CYGWIN] PostgreSQL problem

I have problem with running initdb under cygwin:
creating template1 database in /usr/share/pgdb/base/1... FATAL: semctl(17, 16, SETVAL, 536) failed: Invalid argument

PostgreSQL was compiled from source manually with no errors (Cygwin 2.427, PostgreSQL 7.4.2, ipc-daemon 2.03)

Thank's for your help!

PS. Sorry for my terrible english, I am russian.

Browse pgsql-cygwin by date

  From Date Subject
Next Message Leeuw van der, Tim 2004-06-02 07:18:43 Re: initdb problem.
Previous Message Jason Tishler 2004-06-01 20:16:19 Re: New IPC