Обсуждение: pb on installation

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

pb on installation

От
Florian Litot
Дата:
hi
i try to install postregresql 7.2 on windows nt
i have got a problem with my installation

  when i tape this command :
$ postmaster -D /usr/share/postgresql/data &
i have got this error why?

  FATAL 1 : File /usr/share/postgresql/data/PG_VERSION is missing. This is
  not a valid directory

  i forward this manual to install cygwin
  http://www.ejip.net/faq/postgresql_win_setup_faq.jsp
  and this
  http://www.ejip.net/faq/postgresql-7.1.3.README

  can you help please
  thanks


Re: pb on installation

От
Oliver Elphick
Дата:
On Fri, 2002-09-06 at 13:30, Florian Litot wrote:
> hi
> i try to install postregresql 7.2 on windows nt
> i have got a problem with my installation
>
>   when i tape this command :
> $ postmaster -D /usr/share/postgresql/data &
> i have got this error why?
>
>   FATAL 1 : File /usr/share/postgresql/data/PG_VERSION is missing. This is
>   not a valid directory

Have you run initdb to create the database structure in
/usr/share/postgresql/data?  (Read all the INSTALL notes.)

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "Behold, I stand at the door, and knock; if any man
      hear my voice, and open the door, I will come in to
      him, and will sup with him, and he with me."
                                   Revelation 3:20


Re: pb on installation

От
Florian Litot
Дата:
yes i do

At 16:09 06/09/02, you wrote:
>On Fri, 2002-09-06 at 13:30, Florian Litot wrote:
> > hi
> > i try to install postregresql 7.2 on windows nt
> > i have got a problem with my installation
> >
> >   when i tape this command :
> > $ postmaster -D /usr/share/postgresql/data &
> > i have got this error why?
> >
> >   FATAL 1 : File /usr/share/postgresql/data/PG_VERSION is missing. This is
> >   not a valid directory
>
>Have you run initdb to create the database structure in
>/usr/share/postgresql/data?  (Read all the INSTALL notes.)
>
>--
>Oliver Elphick                                Oliver.Elphick@lfix.co.uk
>Isle of Wight, UK
>http://www.lfix.co.uk/oliver
>GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
>                  ========================================
>      "Behold, I stand at the door, and knock; if any man
>       hear my voice, and open the door, I will come in to
>       him, and will sup with him, and he with me."
>                                    Revelation 3:20


Re: pb on installation

От
"scott.marlowe"
Дата:
On Fri, 6 Sep 2002, Florian Litot wrote:

> hi
> i try to install postregresql 7.2 on windows nt
> i have got a problem with my installation
>
>   when i tape this command :
> $ postmaster -D /usr/share/postgresql/data &
> i have got this error why?

When you ran the initdb command did you give it the EXACT same path to run
against (i.e. /usr/share/postgresql/data)???