Re: question
Alfred Perlstein <bright@wintelcom.net>
From: Alfred Perlstein <bright@wintelcom.net>
To: Sandeep Joshi <sjoshi@Zambeel.com>
Cc: pgsql-general@postgresql.org
Date: 2000-12-15T22:57:41Z
Lists: pgsql-general
* Sandeep Joshi <sjoshi@Zambeel.com> [001215 14:54] wrote: > ld -shared -o db1trig.so db1trig.o -L/work/posgresql/lib -static -lpq > > Using above link line I was able to link and load the library but I get > following error > ERROR: conneciton bad. I think using both -shared and -static is an error, you might try linking to /work/posgresql/lib/libpq.a or try without as well.