Re: could not create shared memory segment: Function not

From: Reini Urban <rurban(at)x-ray(dot)at>
To: Randy Yates <yates(at)ieee(dot)org>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: could not create shared memory segment: Function not
Date: 2005-01-17 07:16:27
Message-ID: 41EB664B.1030907@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Randy Yates schrieb:
> PS: Yes, I've searched the postgres archives for this problem and yes
> I've seen many similar references to it and yes I've read the
> FAQ_MSWIN file and yes I've ensured my cygwin binaries are before my
> windows binaries in my PATH. And I STILL cannot get this to
> work. Please help!
>
> PSS: I've also created the small shmget test function that's attached
> and it works fine with cygserver. I'm using cygserver, not ipc-daemon2
> as stated in the FAQ_MSWIN

If you are using cygserver, you must have CYGWIN=server in the initdb
process space.

But most likely you didn't de-install ipc-daemon2, so configure picks
this up and links to the ipc-daemon2 library, instead of the cygwin1.dll
internal cygserver, so shmget will not be found.

--
Reini Urban

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message anil 2005-01-17 14:06:45 Init DB Fails
Previous Message Randy Yates 2005-01-17 01:44:30 Re: could not create shared memory segment: Function not