Craig,
Thank you very much for your help, this solved my problem, but now, when I
try to run "psql" I get the following:
[postgres@x ~/bin]$ ./psql
psql: FATAL 1: Database "postgres" does not exist in the system catalog.
What could be now?
J. Mauricio Cuenca H.
mcuenca@Telesat.com.co
----- Original Message -----
From: "Craig Johannsen" <cjohan@home.com>
To: "J. Mauricio Cuenca H." <mcuenca@Telesat.com.co>
Cc: "PostgreSQL List" <pgsql-general@hub.org>
Sent: Wednesday, August 16, 2000 1:10 PM
Subject: Re: [GENERAL] Problems after instaling PostgreSQL 7.0
> Try setting the LD_LIBRARY_PATH environment variable. For example, in
Linux:
> export LD_LIBRARY_PATH=/usr/local/pgsql/lib
>