[Zope-DB] ZopeDA error

Dieter Maurer dieter at handshake.de
Thu Feb 19 14:47:17 EST 2004


CY wrote at 2004-2-18 02:19 +0800:
>I have encountered a Make error after configure psycopg-1.1.10 and hope 
>someone could shed some light.
> ...
>In file included from module.c:35:
>module.h:31:22: libpq-fe.h: No such file or directory

The C compiler cannot find "libpq-fe.h".
This is a header belonging to the postgres client library package.

Check where this file is (in your Postgres installation)
and provide the correct "--with-postgres-include-dir" (or similar))
to "psycopg"'s "configure" call.

-- 
Dieter



More information about the Zope-DB mailing list