I have written a variation of one of the libpq C functions provided with
postgres. It compiles just fine, but when I try to execute the program
it reports the following error:
./a.out: error while loading shared libraries: libpq.so.3: cannot open
shared object file: No such file or directory
I have checked my system and the libpq.so.3 exists and all of its
dependancies are linked. Just curious if anyone has any ideas. Thanks
Kris