| From: | jdassen(at)cistron(dot)nl (J(dot)H(dot)M(dot) Dassen (Ray)) |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: libpq |
| Date: | 2001-08-24 19:11:26 |
| Message-ID: | slrn9od9mu.ns0.jdassen@odin.cistron-office.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Stephan Bergmann <sb(at)ows(dot)es> wrote:
> Compiling the following returns me - executing the result.cgi - the
> error:
> ./result.cgi: can't load library 'libpq.so.2'
> What I'm doing wrong?
You've not told the dynamic loader to have the directory where you've put
libpq.so.2 in its search path. Set an appropriate LD_LIBRARY_PATH, or (at
least on GNU/Linux) update /etc/ld.so.conf and rerun "ldconfig".
HTH,
Ray
--
"If we put in English phrases, that makes it readable". That's COBOL.
Larry Wall on common fallacies of language design
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alex Pilosov | 2001-08-24 19:17:30 | Re: store in bytea |
| Previous Message | Ben-Nes Michael | 2001-08-24 18:41:14 | Re: store in bytea |