Re: libpq.so.3 not found - Mailing list pgsql-interfaces

From Xinyu Hua
Subject Re: libpq.so.3 not found
Date
Msg-id Pine.GSO.4.44.0309082050050.990-100000@sundance.cse.ucsc.edu
Whole thread Raw
In response to Re: libpq.so.3 not found  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: libpq.so.3 not found
List pgsql-interfaces

On Mon, 8 Sep 2003, Tom Lane wrote:

> Xinyu Hua <xhua@cse.ucsc.edu> writes:
> > Tom, I think all the libraries that libpq.so needs are right there. Please
> > see the following:
> >  libresolv.so.2 =>        /usr/lib/libresolv.so.2
> >         libsocket.so.1 =>        /usr/lib/libsocket.so.1
> >         libnsl.so.1 =>   /usr/lib/libnsl.so.1
> >         libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
>
> Almost certainly, the problem is that /usr/local/lib/ isn't getting
> searched and so libgcc_s.so isn't found.  This sort of problem is easily
> hit because different bits of code have different ideas about where to
> search for shared libraries.  I think ldd pays attention to
> LD_LIBRARY_PATH, but gcc only pays attention to -L switches.
>
Tom, how can i fix that? I specified -L/usr/local/lib, but it does not
work. Thank you so much.
Xinyu



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq.so.3 not found
Next
From: Tom Lane
Date:
Subject: Re: libpq.so.3 not found