Re: [HACKERS] Can't not load libpq.so.3

2003-10-24 Thread Jeroen T. Vermeulen
On Mon, Oct 20, 2003 at 10:12:28AM +0200, Fabien DAUMEN wrote: > > I link my program with this link option ?L/usr/local/pgsql/lib. That's good, but it only deals with the compile-time linking. The actual loading of a shared library happens at run-time, and since there's no special reason to ass

[HACKERS] Can't not load libpq.so.3

2003-10-24 Thread Fabien DAUMEN
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 share