Re: libpq.so.3 not found

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Xinyu Hua <xhua(at)cse(dot)ucsc(dot)edu>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpq.so.3 not found
Date: 2003-09-09 09:22:40
Message-ID: Pine.LNX.4.21.0309091019190.6410-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Mon, 8 Sep 2003, Tom Lane wrote:

> Xinyu Hua <xhua(at)cse(dot)ucsc(dot)edu> writes:
> > Tom, how can i fix that? I specified -L/usr/local/lib, but it does not
> > work. Thank you so much.
>
> In that case I'm out of ideas :-(. Anyone else care to take a swing?
>
k
Try adding the -v switch to gcc just to verify that the commands look
sensible. Isn't there also something that makes the indiviudal stages like ld
more verbose?

Could it be that in the linking stage it's picking up the wrong ld and that's
somehow not looking in the same locations?

--
Nigel Andrews

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-09-09 10:55:08 Re: ECPG Problem (Bug?)
Previous Message Tom Lane 2003-09-09 03:55:49 Re: libpq.so.3 not found