RE: Anybody got Postgress Binaries working on NT ?

From: Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: RE: Anybody got Postgress Binaries working on NT ?
Date: 2000-06-05 10:51:07
Message-ID: C87C4017CF1DD411A15500A024B251707E4391@exchange.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> 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

go to the directory where cygwin binaries are located and run:
cp bash.exe /bin/sh.exe

Dan

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Felipe Zirbes 2000-06-05 11:21:47 Linux List
Previous Message Marcin Inkielman 2000-06-05 08:53:19 Re: index problem