Hi,

we have the postgresql installed as an rpm package.
We get the following error:

In file included from authpgsql.c:19:
authpgsql.h:8:29: libpq-fe.h: No such file or directory
and
authpgsqllib.c:14:29: libpq-fe.h: No such file or directory

Solved: 

-#include        <libpq-fe.h>
+#include        <pgsql/libpq-fe.h>

al ;-)

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to