Hallo,

I'm having problems with the configure script:

$ ./configure \
    --prefix=/usr \
    --with-pgsql

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... no
configure: error:
  Unable to locate libpq-fe.h, try specifying with --with-pgsql

  
$ ./configure \
    --prefix=/usr \
    --with-pgsql=/usr/include/postgresql

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 (user supplied)... not found
configure: error:
  Unable to find libpq-fe.h where you specified, try just --with-pgsql to
  have configure guess


$ ls /usr/include/libpq-fe.h
/usr/include/libpq-fe.h


What is this configure script good for?

Gerrit
-- 
=^..^=

Reply via email to