Re: Anybody got Postgress Binaries working on NT ?

From: Kees Kuip <keeskuip(at)technologist(dot)com>
To: pgsql-general(at)postgresql(dot)org(dot)pgsql-questions(at)postgresql(dot)org
Subject: Re: Anybody got Postgress Binaries working on NT ?
Date: 2000-06-03 12:05:08
Message-ID: 3938F474.3ED12BA9@technologist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello,

initdb is a shell-script.
The first line in the script declares the shell it will be using to
execute in.
It looks like this :
#!/bin/sh

Your problem is that /bin/sh doesn't excist !
You'll have to mount the cygwin-executable-path to /bin

Kees.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message carl garland 2000-06-03 12:18:11 Problems with Large Databases
Previous Message Tatsuo Ishii 2000-06-03 08:38:27 Re: [GENERAL] PostgreSQL v7.0.1 Released