Re: Building PostgreSQL against Cygserver

Поиск
Список
Период
Сортировка
От David Mitchell
Тема Re: Building PostgreSQL against Cygserver
Дата
Msg-id 4061FFCC.1010607@telogis.com
обсуждение исходный текст
Список pgsql-cygwin
Oscar,

Sure, this is easy:

If you have cygipc installed, use the setup program to uninstall it and
postgresql.

After that, reinstall cygwin.

Install the postgres source and just build it as normal.

Whenever you run any of the programs (initdb, createdb etc) you'll need
to set the CYGWIN environment variable to 'server':

$ CYGWIN=server initdb -D /var/pgsql/data

So when you install the service remember to do the same:

$ cygrunsrv -I postmaster .... -e CYGWIN=server ....

Hope it all goes swimmingly.

David

Oscar Pearce wrote:
> David,
>
> I saw your message to the pgsql-cygwin list about building PostgreSQL
> against cygserver instead of cygipc.  I'm trying to track down an issue
> with PostgreSQL on Windows 98 and thought I'd try doing the same thing.
> Would you mind sharing the changes you had to do to do the build?
>
> Thanks,
> Oscar


--
David Mitchell
Software Engineer
Telogis

NOTICE:
This message (including any attachments) contains CONFIDENTIAL
INFORMATION intended for a specific individual and purpose, and
is protected by law.  If you are not the intended recipient,
you should delete this message and are hereby notified that any
disclosure, copying, or distribution of this message, or the
taking of any action based on it, is strictly prohibited.

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Luis Marchani Osorio
Дата:
Сообщение: I can help you
Следующее
От: "Christian LeCheminant"
Дата:
Сообщение: Problems on Windows 2000 Server