Successful migration from Cygipc to Cygserver

From: Patrick Samson <p_samson(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Successful migration from Cygipc to Cygserver
Date: 2004-05-17 13:14:24
Message-ID: 20040517131424.5050.qmail@web60302.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Just for information and archive,
I migrated
from postgresql 7.3.5 / cygipc 2.03
to postgresql 7.3.6 / cygserver 1.10

However my first trial was a failure:
IpcMemoryCreate: shmget(key=5432001, size=1499136,
03600) failed: Function not implemented

The reason is a mix between the .h files of cygserver
and the library of cygipc.

IIRC I read that the two services can cohabit. Just
do not run them at the same time. So I stopped the
ipc-daemon2 service and didn't pay more attention.

But ./configure still detects cygipc, uses -lcygipc,
and postgres.exe keeps a link to cygcygipc-2.dll.

I had to uninstall cygipc, or rename some files
/lib/libcygipc.a
/lib/libcygipc.dll.a
/bin/cygcygipc-2.dll
to disable the detection of cygipc.

My configuration:
./configure --with-tcl --without-tk
make
make install

I don't know if 7.4.x has some changes to this
regard. Every README or FAQ_MSWIN I can read
is still refering to ipc-daemon[2] only. Not a word
about cygserver :(



__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2004-05-17 17:16:56 Re: Successful migration from Cygipc to Cygserver
Previous Message fsantini 2004-05-16 12:46:59 How to measure time