It was my understanding that if a package was not installed, then the module for it would not be compiled into the RPM...?? So, would I disable the authpgsql in the SPEC file? If so, can you give me an example of how I can do that? ...and should I disable all other modules that I will not be using?
Thanks again, I really appreciate your time. - Marc -----Original Message----- From: Binand Raj S. [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:58 AM To: Marc Powers Cc: [EMAIL PROTECTED] Subject: Re: [courier-users] Trouble building RPM packages RH71 On Thu, Jun 06, 2002 at 11:49:10PM -0700, Marc Powers wrote: > The system compiles for about 4 minutes and ends with the section > below. Any suggestions? > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/mysql -O2 > -march=i386 -mcpu=i686 -Wall -I.. -I./.. -c authpgsql.c > In file included from authpgsql.c:19: > authpgsql.h:8:29: libpq-fe.h: No such file or directory libpq-fe.h is a PostgreSQL header; either disable authpgsql, or install the postgres-devel RPM prior to compilation. Binand _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
