Hi I am trying to get Jabberd 2.1.4 installed. Here is what I do.
./configure --prefix='' --enable-pgsql --enable-debug --enable-idn --disable-mysql The I get this error. checking for expat.h... no checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for libpq-fe.h in /usr/include/postgresql... yes checking for PQsetdbLogin in -lpq... no configure: error: PostgreSQL client libraries not found I have installed libpq with the development files and it still doesn't seem to find it. I am not sure what I am missing so any help would be greatly appreciated. Thanks in advance. Jon
