3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] building without ...
FromSent OnAttachments
Steve ArnoldJul 20, 2002 7:07 pm 
Sam VarshavchikJul 20, 2002 7:27 pm 
Peter C. NortonJul 20, 2002 8:08 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] building without pgsqlActions...
From:Peter C. Norton (spac@lenin.nu)
Date:Jul 20, 2002 8:08:40 pm
List:net.sourceforge.lists.courier-users

On Sat, Jul 20, 2002 at 07:07:58PM -0700, Steve Arnold wrote:

Howdy: In file included from authpgsql.c:19: authpgsql.h:8:29: libpq-fe.h: No such file or directory make[1]: *** [authpgsql.o] Error 1 make[1]: Leaving directory `/home/sarnold/rpm/BUILD/courier-0.39.1/authlib' make: *** [all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.57562 (%build)

For some reason configure isn't finding the file lipq-fe.h, which usually lives in /usr/include/pgsql in redhat systems. You could hack around this by, for instance, symlinking that file into /usr/include for the duration of the build.