gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -I.. -I./.. -c `test -f 'authpgsql.c' || echo './'`authpgsql.cIn file included from authpgsql.c:19: authpgsql.h:8: libpq-fe.h: No such file or directory make[2]: *** [authpgsql.o] Error 1
The problem is in authlib/authpgsql.h and authlib/authpgsqllib.c . Configuring with --without-authpgsql doesn't help. Adding the full path /usr/include/postgresql/ to libpq-fe.h in those two files does help. Dunno why that would be needed. Debian woody up-to-date, compiling from tarball. Z ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
