Re: PostgreSQL does not RUN On Windows

From: "Onkar Chandel" <onkar(at)hotmail(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: PostgreSQL does not RUN On Windows
Date: 2003-01-10 16:20:53
Message-ID: BAY2-F137Rq1yUTwFu2000047ee@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

<html><div style='background-color:'><DIV>
<P><BR>
<DIV></DIV>Thanks a lot&nbsp;to Jason, Patrick,&nbsp;and Pascal for your kind help.</P>
<P>Solution of my problem was.</P>
<P>- I downloaded latest Cygwin with Postgresql 7.3.1 and installed from cygwin.com</P>
<P>- Downloaded Cygipc 1.13-2 (Also sent by Patrick) and unzipped using</P>
<P>&nbsp;&nbsp; $ tar -C / -xjf cygipc-1.13-2.tar.bz2</P>
<P>- Created&nbsp;.bashrc in '/' directory </P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PATH=$PATH:/usr/local/pgsql/bin:/usr/local/bin<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PGDATA=/usr/local/pgsql/data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PGLIB=/usr/local/pgsql/lib<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LD_LIBRARY_PATH=/usr/local/pgsql/lib:/usr/local/lib<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; export LD_LIBRARY_PATH PATH PGDATA PGLIB</P>
<P>- Ran '$ source /.bashrc</P>
<P>-&nbsp;I ran '$ ipc-daemon&amp;' and then I ran '$ initdb'</P>
<P>- Then finally ran '$ postmaster -i'</P>
<P>And to my surprise adduser, createdb etc. all started working. Cool!!!</P>
<P>And thanks again for your kind help guys.</P>
<P>Onkar Chandel</P></DIV>
<DIV></DIV>&gt;Onkar,
<DIV></DIV>&gt;
<DIV></DIV>&gt;On Fri, Jan 10, 2003 at 02:32:06PM +0000, Onkar Chandel wrote:
<DIV></DIV>&gt; &gt; I tried all available combinations as suggested on internet but it
<DIV></DIV>&gt; &gt; never run.
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; 1. Pre-compiled version with latest Cygwin package: ipc-daemon (cygipc
<DIV></DIV>&gt; &gt; 1.09) was running and then I tried to run 'initdb' it said
<DIV></DIV>&gt; &gt; IPCSemaphorCreate is not implemented.
<DIV></DIV>&gt;
<DIV></DIV>&gt;The latest Cygwin PostgreSQL 7.3-1 *requires* cygipc 1.13-2. Please read
<DIV></DIV>&gt;the README:
<DIV></DIV>&gt;
<DIV></DIV>&gt; http://www.tishler.net/jason/software/postgresql/postgresql-7.3.README
<DIV></DIV>&gt;
<DIV></DIV>&gt;Jason
<DIV></DIV></div><br clear=all><hr>Protect your PC - <a href="http://g.msn.com/8HMLEN/2024">Click here</a> for McAfee.com VirusScan Online </html>

Attachment Content-Type Size
unknown_filename text/html 2.0 KB

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-10 16:36:06 Updated Cygwin Package: postgresql-7.3.1-1
Previous Message Martin_Hurst 2003-01-10 16:13:12 Re: PostgreSQL does not RUN On Windows