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

From Xinyu Hua
Subject libpq.so.3 not found
Date
Msg-id Pine.GSO.4.44.0309081647210.23106-100000@khukuri.cse.ucsc.edu
Whole thread Raw
Responses Re: libpq.so.3 not found  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Hi,all
I am working on solaris platform.
When I try to create an executable file using gcc -o -L -lpq, it gives me
an error message:
ld.so.1: file_name: fatal: libpq.so.3: open failed: No such file or
directory
But I give the full path of lib files in -L option. And libpq.so.3 is
right there.
Can anyone help me?
Thanks a lot.
Xinyu



pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ECPG Problem (Bug?)
Next
From: Tom Lane
Date:
Subject: Re: libpq.so.3 not found