Обсуждение: RE: [PORTS] NT running problems

Поиск
Список
Период
Сортировка

RE: [PORTS] NT running problems

От
Horák Daniel
Дата:
> Quick question.  Before Christmas I downloaded the binary
> version for NT.
> I'm missing the instructions for installing it.  I tried to start

You should follow the standard installing instructions in section "make
install" and later

> postmaster/initdb/psql from Cygnus-20b and I got the responses below.
>
> Where's the latest binary distribution/instructions?  I can't
> find it again.
> Any pointers would be greatly appreciated.
>
> Thanks in advance,
> Jens
>
>
> bash-2.02$ initdb --username=jskakkebaek
> : not found
> : not found
> : not found
> /usr/local/pgsql/bin/initdb: 74: Syntax error: expecting "in"

I think you don't have installed a copy of bash as /bin/sh.exe

> bash-2.02$ psql
> Connection to database 'jskakkebaek' failed.
> connectDB() -- socket() failed: errno=106
> Addresses in the specified family cannot be used with this socket

you have to use "psql -h localhost"

            Dan