Postfix with PostgreSQL

Поиск
Список
Период
Сортировка
От Just E. Mail
Тема Postfix with PostgreSQL
Дата
Msg-id 4A05F215.8070004@imwell-usa.com
обсуждение исходный текст
Ответы Re: Postfix with PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joshua Tolley
Дата:
Сообщение: Re: attributes of columns from a table in postgresql database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postfix with PostgreSQL