On Saturday 09 May 2009 23:31:43 Just E. Mail wrote:

> % 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.

Well, you need to have PostgreSQL client library and headers installed on the 
postfix machine. If you did this by installing the RPM, you can check where 
the header and shaerd library files are with the rpm command, it is 
probably /usr/include and /usr/lib

If you installed  PostgreSQL from source, it depends what you used as PREFIX 
when compiling. y defaultit is now /usr/local/pgsql/include 
and /usr/local/pgsql/lib

> Jennefer

Rainer

Reply via email to