Hello!

My pgsql stuff is in:

   /usr/local/pgsql/include
   /usr/local/pgsql/lib

Since these weren't in "pgsqllibpaths" and "pgsqlheaderpaths", I have added them to "configure". Then, this is what happened:

---output from configure---
 ./configure --with-pgsql
loading cache ./config.cache

This is dbmail's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.

checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for ranlib... ranlib
checking for libpq-fe.h... /usr/local/pgsql/include/libpq-fe.h
checking for PQconnectdb in -lpq... no
configure: error:
  Unable to link against pq.  It appears you are missing the development
  libraries or they aren't in your linker's path
---end of output---

Nontheless, it compiled "out-of-the-box" when I used "/build.sh"

Regards,
Reg



Reply via email to