Can't not load libpq.so.3

From: "Fabien DAUMEN" <fdaumen(at)technodiva(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Can't not load libpq.so.3
Date: 2003-10-20 08:12:28
Message-ID: 000001c396e1$ea30a390$5f00a8c0@nbg0011
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have install postgresql 7.3.4. I want to use C++ program to update my
database.

I link my program with this link option –L/usr/local/pgsql/lib.

The program is linked, but when I run it.

I have this problem

My_program: error while loading shared libraries: libpq.so.3: cannot open
shared object file: No such file or directory.

The link libpq.so.3 is the right directory /usr/local/pgsql/lib and it’s
linked to libpq.so.3.0.

What happening?

Thanks.

Sincères Salutations.

Fabien DAUMEN - Chef de projet.

NEOPOST – NBG

MIN 26, Halle 4 - 84953 CAVAILLON CEDEX - FRANCE

Tél: (33) 4.90.76.08.08 - Fax: (33) 4.90.06.18.86

http://www.neopost.com/ls <http://www.neopost.com/lsthis>

<http://www.neopost.com/lsthis> This e-mail and any files transmitted with
it are confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this e-mail in error
please notify the system manager

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-10-20 08:27:29 pg_dump problems against 7.0
Previous Message Hannu Krosing 2003-10-20 07:22:29 Re: Unicode upper() bug still present