Re: Runtime Problems

From: "Richard Luckhurst" <rickl(at)soundadvice(dot)aunz(dot)net>
To: "Claudio Natoli" <claudio(dot)natoli(at)memetrics(dot)com>
Cc: "PGSQL Hackers" <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Runtime Problems
Date: 2004-05-13 01:44:59
Message-ID: PHELJBBOGJFPOPJMDHMPCEGFEPAA.rickl@soundadvice.aunz.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Hi Claudio

I am working from a snapshot about 5 days old

Regards

Richard

-----Original Message-----
From: pgsql-hackers-win32-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-win32-owner(at)postgresql(dot)org]On Behalf Of Claudio
Natoli
Sent: Thursday, 13 May 2004 11:30 AM
To: Claudio Natoli; 'Richard Luckhurst'; 'PGSQL Hackers'
Subject: Re: [pgsql-hackers-win32] Runtime Problems

Err, no. I mis-read your post. I provided you a solution to the *next*
problem you are going to have :-)

I'm don't see why postgres.exe would not be found if you've set your path
correctly. Are you working from cvs or a recent snapshot? There's been quite
a few changes to this code recently and perhaps you've gotten an
inconsistent set of changes...

Like I said, this stuff should hopefully be sorted in a couple days.

Cheers,
Claudio

> -----Original Message-----
> From: Claudio Natoli
> Sent: Thursday, 13 May 2004 11:27 AM
> To: 'Richard Luckhurst'; PGSQL Hackers
> Subject: RE: [pgsql-hackers-win32] Runtime Problems
>
>
>
> Take a peek at the -L option to initdb. Sounds like you need
> to do something like:
>
> initdb -L c:\pgsql\share -D c:\pgsql\data -W --lc-collate=C
>
> This is a long standing quirk with the win32 port which is
> (finally) being fixed pretty much as we speak.
>
> Cheers,
> Claudio
>
> > -----Original Message-----
> > From: Richard Luckhurst [mailto:rickl(at)soundadvice(dot)aunz(dot)net]
> > Sent: Thursday, 13 May 2004 11:04 AM
> > To: PGSQL Hackers
> > Subject: [pgsql-hackers-win32] Runtime Problems
> >
> > Hello All
> >
> > I am quite new to pgsql and the Win32 port. I have just
> tried Vishal's new guide to building
> > and I am having what looks like a path problem when I try
> to initialise a database. I am using
> > Windows 2000. Everything builds and installs OK and I have
> copied the files in the msys\1.0\local\pgsql
> > to my c:\pgsql folder as per the instructions. I have added
> C:\pgsql\bin and c:\pgsql\lib to my path
> > as instructed. When I try to run initdb I get the following error
> >
> > initdb -D c:\pgsql\data -W --lc-collate=C
> > Bad command or file name
> > fgets failure: No error
> > Bad command or file name
> > fgets failure: No error
> > The program "postgres" is needed by initdb but was not found in
> > the directory "C:/msys/1.0/local/pgsql/bin". Check your installation
> >
> > I would appreciate any clues here as this has me stumped. I
> don't understand
> > why is should even be looking in the msys directory.
> >
> > Regards
> >
> > Richard
> > _______________________________________
> > Richard Luckhurst
> > Manager / Engineer
> > Sound Advice / BSP Internet Services
> > P.O. Box 104
> > Narrabri NSW 2390
> > Ph / Fax 02 6792 6060
> > http://www.bsp.aunz.com
> > << File: ATT03291.txt >>
>

---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>

---------------------------(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)

__________ NOD32 1.758 (20040513) Information __________

This message was checked by NOD32 antivirus system.
http://www.nod32.com

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-13 03:19:20 Re: Runtime Problems
Previous Message Richard Luckhurst 2004-05-13 01:40:28 Re: Runtime Problems