Hi,
I cannot seem to be able to use libpq in a kdevelop c program- I get the error
message upon execution: ./testpg: error loading shared libraries:
libpq.so.2: cannot load shared object file: No such file or directory
include:
#include "libpq-fe.h"
compiler options -> additional options: -I/usr/local/pgsql/include
linker options-> additional libraries: -lpq -L/usr/local/pgsql/include
(/usr/local/pgsql) is the correct path. Anybody know what I'm doing wrong?
Thanks