Lists: | pgsql-bugs |
---|
From: | "Markus Eisenmann" <markus(dot)eisenmann(at)gmx(dot)at> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3930: initdb failed - "postgres" not found |
Date: | 2008-02-05 10:44:32 |
Message-ID: | 200802051044.m15AiWpD035602@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3930
Logged by: Markus Eisenmann
Email address: markus(dot)eisenmann(at)gmx(dot)at
PostgreSQL version: 8.3.0
Operating system: Windows XP SP2 - german
Description: initdb failed - "postgres" not found
Details:
After a successful installation, I want to initialize
a new db-cluster using initdb.
I've got following message:
The program "postgres" is needed by initdb but was not found in the same
directory as "C:\Programme\PostgreSQL\8.3\bin/initdb".
Check your installation.
The file postgres.exe (3.661.824 Byte) is allready there and would be
executable ...
Grretings from Austria!
From: | "Dave Page" <dpage(at)postgresql(dot)org> |
---|---|
To: | "Markus Eisenmann" <markus(dot)eisenmann(at)gmx(dot)at> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #3930: initdb failed - "postgres" not found |
Date: | 2008-02-05 11:13:50 |
Message-ID: | 937d27e10802050313q5572008ayfea37c3960602888@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
On Feb 5, 2008 10:44 AM, Markus Eisenmann <markus(dot)eisenmann(at)gmx(dot)at> wrote:
>
> The following bug has been logged online:
>
> Bug reference: 3930
> Logged by: Markus Eisenmann
> Email address: markus(dot)eisenmann(at)gmx(dot)at
> PostgreSQL version: 8.3.0
> Operating system: Windows XP SP2 - german
> Description: initdb failed - "postgres" not found
> Details:
>
> After a successful installation, I want to initialize
> a new db-cluster using initdb.
>
> I've got following message:
> The program "postgres" is needed by initdb but was not found in the same
> directory as "C:\Programme\PostgreSQL\8.3\bin/initdb".
> Check your installation.
>
> The file postgres.exe (3.661.824 Byte) is allready there and would be
> executable ...
Are you logged in as 'the' Adminstrator account? If so, please try
running the installation from a user account that has administrative
privileges, but isn't 'the Administrator'.
Regards, Dave