On Mon, Jun 20, 2005 at 08:26:52AM -0700, Matt Kraai wrote: > diff -ruN cyrus-sasl-2.1.19-old/plugins/sql.c cyrus-sasl-2.1.19/plugins/sql.c > --- cyrus-sasl-2.1.19-old/plugins/sql.c 2004-06-30 12:31:11.000000000 > -0700 > +++ cyrus-sasl-2.1.19/plugins/sql.c 2005-06-20 07:05:00.000000000 -0700 > @@ -180,7 +180,7 @@ > #endif /* HAVE_MYSQL */ > > #ifdef HAVE_PGSQL > -#include <libpq-fe.h> > +#include <postgresql/8.0/libpq-fe.h> > > static void *_pgsql_open(char *host, char *port, int usessl, > const char *user, const char *password,
Hmm, I guess the "correct" fix would be to fix configure.in to detect this path (easiest with pg_config --includedir probably) Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

