From: | Craig Johannsen <cjohan(at)home(dot)com> |
---|---|
To: | "J(dot) Mauricio Cuenca H(dot)" <mcuenca(at)Telesat(dot)com(dot)co> |
Cc: | PostgreSQL List <pgsql-general(at)hub(dot)org> |
Subject: | Re: Problems after instaling PostgreSQL 7.0 |
Date: | 2000-08-16 18:10:40 |
Message-ID: | 399AD91F.C91F1FB9@home.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Try setting the LD_LIBRARY_PATH environment variable. For example, in Linux:
export LD_LIBRARY_PATH=/usr/local/pgsql/lib
"J. Mauricio Cuenca H." wrote:
> I installed PostgreSQL 7.0 on Linux RedHat 6.2, then I ran the initdb
> command without any problems or warnings. Then, when I try to run the psql
> interactive monitor, I get the following error:
>
> [postgres(at)x ~/bin]$ ./psql
> ./psql: error in loading shared libraries: libpq.so.2.1: cannot open shared
> object file: No such file or directory
>
> I've checked and the file libpq.so.2.1 does exist in the /lib directory.
>
> Could you please help me with this?
>
> Thanks in advance,
>
> J. Mauricio Cuenca H.
> mcuenca(at)Telesat(dot)com(dot)co
====================================
Craig Johannsen
Critical Path Consulting, Inc.
604-762-1514
http://members.home.net/cjohan/cpath
====================================
From | Date | Subject | |
---|---|---|---|
Next Message | Vince Vielhaber | 2000-08-16 19:44:53 | Re: Problems after instaling PostgreSQL 7.0 |
Previous Message | J. Mauricio Cuenca H. | 2000-08-16 16:57:25 | Problems after instaling PostgreSQL 7.0 |