| From: | "Jouneau Luc" <Luc(dot)Jouneau(at)diamant(dot)jouy(dot)inra(dot)fr> |
|---|---|
| To: | "Kris Kiger" <kris(at)musicrebellion(dot)com> |
| Cc: | "Postgres Admin List" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: libpq problem |
| Date: | 2003-09-22 16:20:50 |
| Message-ID: | 024d01c38125$7d2e8680$4703668a@pc502jlo |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Did you set LD_LIBRARY_PATH to locate directory where libpq.so.3 can be
found ?
(Something like LD_LIBRARY_PATH=$PGHOME/lib:$LD_LIBRARY_PATH)
Luc Jouneau
----- Original Message -----
From: "Kris Kiger" <kris(at)musicrebellion(dot)com>
To: "Postgres Admin List" <pgsql-admin(at)postgresql(dot)org>
Sent: Monday, September 22, 2003 6:14 PM
Subject: [ADMIN] libpq problem
> I have written a variation of one of the libpq C functions provided with
> postgres. It compiles just fine, but when I try to execute the program
> it reports the following error:
>
> ./a.out: error while loading shared libraries: libpq.so.3: cannot open
> shared object file: No such file or directory
>
> I have checked my system and the libpq.so.3 exists and all of its
> dependancies are linked. Just curious if anyone has any ideas. Thanks
>
> Kris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Kiger | 2003-09-22 16:24:47 | Re: libpq problem |
| Previous Message | Stephan Szabo | 2003-09-22 16:16:19 | Re: postgres 6.2 vacuum |