RE: Cygwin PostgreSQL postmaster problem

From: Michael Davis <mdavis(at)sevainc(dot)com>
To: "'svetsch(at)tradewinds-solutions(dot)com'" <svetsch(at)tradewinds-solutions(dot)com>, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgresql(dot)org>
Subject: RE: Cygwin PostgreSQL postmaster problem
Date: 2001-03-16 20:45:37
Message-ID: 01C0AE1F.6320D850.mdavis@sevainc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Here are some suggestions:

* Make sure that PATH contains the right directory for PostgreSQL (/usr/local/pgsql/bin)

* Either provide "-D /usr/local/pgsql/data" when starting the postmaster or set PGDATA

* Export LD_LIBRARY_PATH=/usr/local/pgsql/lib

Thanks, Michael

-----Original Message-----
From: svetsch(at)tradewinds-solutions(dot)com [SMTP:svetsch(at)tradewinds-solutions(dot)com]
Sent: Friday, March 16, 2001 8:45 AM
To: pgsql-ports(at)postgresql(dot)org
Subject: [PORTS] Cygwin PostgreSQL postmaster problem

Hi,

I'm trying to execute PostgreSQL on Windows 2000, but I have some problems
with it.

My config :

cygwin (today dev snapshot 2001-03-12)
cygipc-1.09-2
postgresql-7.1-beta5

I have successfully installed cygipc (ipc-daemon as a service) compiled
PostgreSQL and executed initdb.
But each time I try to execute postmaster, I get :

$ postmaster -i -d1
FindExec: searching PATH ...
FindExec: found "/usr/local/pgsql/bin/postmaster" using PATH
C:\cygwin\usr\local\pgsql\bin\postgres.exe: ***
recreate_mmaps_after_fork_failed
postmaster: reaping dead processes...
postmaster: Startup proc 1196 exited with status 256 - abort

Any Ideas ?

Thanks in advance !
--
Samuel Vetsch
Trade Winds Solutions
36, rue du XXXI Decembre
CH - 1207 Geneve
http://www.tradewinds-solutions.com

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-03-16 21:39:57 Re: Cygwin PostgreSQL postmaster problem
Previous Message svetsch 2001-03-16 15:44:32 Cygwin PostgreSQL postmaster problem