Package: exim4
Version: 4.51-1
Severity: serious

Hi,

Your package is failing to build with the following error:
gcc -c -g -Wall  -D_LARGEFILE_SOURCE -fno-strict-aliasing -O2
-I/usr/include/mysql -I/usr/include/postgresql pgsql.c
pgsql.c:32:52: libpq-fe.h: No such file or directory

You seems to have changed to the new libpq-dev package, but you
didn't do the whole transition properly.  /usr/include/postgresql
is not the correct location of the include files.  You should use
pg_config --includedir as the announcement indicated.  This
currently returns /usr/include/postgresql/8.0.

PS: It just continues building and then later fails to find the
lookups.a file.  I suggest you make it stop the build at the
first error.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to