Re: libpq problem - kdevelop

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gbrace(at)cais(dot)com
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq problem - kdevelop
Date: 2001-07-31 15:15:32
Message-ID: 10885.996592532@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Gary S. Brace" <gbrace(at)cais(dot)com> writes:
> Anybody know what I'm doing wrong?

The runtime loader isn't finding libpq.so. This is pretty
platform-dependent, but most likely you need to set LD_LIBRARY_PATH
in your environment or tell ldconfig where to find the library.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Fernando Schapachnik 2001-07-31 20:17:24 libpgtcl.dll
Previous Message Gary S. Brace 2001-07-31 13:44:12 libpq problem - kdevelop