Re: could not create shared memory segment: Function not

Reini Urban <[email protected]> Mon, 17 Jan 2005 08:16:27 +0100
Newsgroups gmane.comp.db.postgresql.cygwin
Message-ID <[email protected]>
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


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly