Re: Postfix with PostgreSQL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Just E(dot) Mail" <justemail(at)imwell-usa(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postfix with PostgreSQL
Date: 2009-05-09 22:38:06
Message-ID: 19219.1241908686@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Just E. Mail" <justemail(at)imwell-usa(dot)com> writes:
> 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'

If you have installed Postgres from RPMs, just make sure you've
installed the postgresql-devel RPM too. Forget about /usr/local
--- it should be enough to do

% make -f Makefile.init makefiles \
'CCARGS=-DHAS_PGSQL' \
'AUXLIBS=-lpq'

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Choularton 2009-05-09 23:58:57 St Vincents - sleeping on the streets
Previous Message Just E. Mail 2009-05-09 21:13:57 Postfix with PostgreSQL