Re: Rookie in installation-trouble -> PLEEEASE HELP

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christoph Lange <lucky78(at)gmx(dot)net>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Rookie in installation-trouble -> PLEEEASE HELP
Date: 2001-03-01 18:28:29
Message-ID: Pine.LNX.4.30.0103011925030.760-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Christoph Lange writes:

> uranus% cd /src
> uranus% mkdir /home/lange/pgsql/arch_ind
> uranus% mkdir /home/lange/pgsql/arch_dep
> uranus% ./configure --prefix=/home/lange/pgsql/arch_ind
> --exec-prefix=/home/lange/pgsql/arch_dep
^^^^^^^^^^^^^
This option doesn't work in 7.0.

> uranus% home/lange/pgsql/postgresql-7.0.3/src/bin/initdb/initdb -D
> ~/pgsql2/data
>
> This last command does not work because the files &#8220;postgres&#8220;,
> &#8222;psql&#8220; and &#8222;pg_version&#8220; as well as the
> &#8222;lib&#8220; directory with all its files are missing.

Probably need to set your PATH.

> Basically no file is at its right place. In the end I could not use the command
> &#8220;createdb&#8221; since something was wrong with the &#8220;libpq.so&#8221;
> file. Anybody knows, what this is all about?

Probably need to set your LD_LIBRARY_PATH. See installation instructions.

> uranus% gmake install
> ./mkinstalldirs /usr/local/pgsql/bin /usr/local/pgsql/lib
> mkdir /usr/local
> mkdir /usr/local/pgsql
> mkdir /usr/local/pgsql/bin
> mkdir /usr/local
> mkdir /usr/local/pgsql
> mkdir /usr/local/pgsql/lib
> gmake: *** [installdirs] Error 2

Maybe a permission problem.

If you're just getting started, try out the 7.1 pre-releases. They should
install more easily.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-03-01 19:00:01 Re: Rookie in installation-trouble -> PLEEEASE HELP
Previous Message Ene Cosmin 2001-03-01 12:22:38 Re: Re: DBI