Postfix with PostgreSQL - Mailing list pgsql-novice

From Just E. Mail
Subject Postfix with PostgreSQL
Date
Msg-id 4A05F215.8070004@imwell-usa.com
Whole thread Raw
Responses Re: Postfix with PostgreSQL
List pgsql-novice
This question is about installing Postfix with PostgreSQL. I am posting
on this Forum hoping that somebody has done it and help me out.

CentOS 5.3, PostgreSQL-8.3.7, Postfix-2.5.6

I have setup a PostgreSQL Server and PostgreSQL Client under DEFAULT
folders. I can connect PostgreSQL Server from PostgreSQL Client.

Now I am trying to install Postfix on the pgsql Client machine. Postfix
has the following command to 'Building Postfix with PostgreSQL support':

% make -f Makefile.init makefiles \
        'CCARGS=-DHAS_PGSQL -I/usr/local/include/pgsql' \
        'AUXLIBS=-L/usr/local/lib -lpq'


Since I have pg Server & Client machines, I have no idea where is
'-I/usr/local/include/pgsql' & '-L/usr/local/lib -lpq'. Can somebody help.

Jennefer
PS: My English is poor.

pgsql-novice by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: attributes of columns from a table in postgresql database
Next
From: Tom Lane
Date:
Subject: Re: Postfix with PostgreSQL