Re: pgsql setup

From: "Carsten Huettl" <CHUETTL(at)ahorn-Net(dot)de>
To: Jacques Williams <jacques(at)jacqro(dot)COM>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgsql setup
Date: 2000-08-02 09:08:27
Message-ID: 337CE6846367@ahorn.sgh.uunet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello Jacque,

> Try adding these to your environment:
>
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/pgsql/lib
> PGLIB=/usr/lib/pgsql/lib
>
> initdb is having trouble finding the library files.

I am new to linux and pgsql too.
How do I add this to my enviroment using bash?
Simply:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/pgsql/lib
PGLIB=/usr/lib/pgsql/lib
export LD_LIBRARY_PATH
export PGLIB
?

echo $PG_LIBRARY_PATH
is empty

Do I have to do this as root or postgres?

tia
C.

--
Carsten Huettl - <http://www.ahorn-Net.de>
pgp-key on request

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Luis Tito de Morais 2000-08-02 11:36:03 Upgrade in the wrong way
Previous Message Holger Klawitter 2000-08-02 08:59:28 Re: copy with libpq?