Steve Singer ssinger at ca.afilias.info
Thu Feb 13 07:09:26 PST 2014
On 02/13/2014 10:04 AM, Efraín Déctor wrote:
>
> El 13/02/2014 07:24 a.m., Steve Singer escribió:
>> What does pg_config say about the location of
>>
>> INCLUDEDIR-SERVER
>> INCLUDEDIR
>>
>> In config.log what is the gcc command line that is failing ?
>
> INCLUDEDIR = /usr/local/include
> INCLUDEDIR-SERVER = /usr/local/include/postgresql/server
>
> You can see config.log here http://pastebin.com/uiZw2Qit
>


Your actual error is

In file included from conftest.c:48:
In file included from /usr/local/include/postgresql/server/postgres.h:47:
/usr/local/include/postgresql/server/c.h:96:10: fatal error: 'libintl.h' 
file not found
#include <libintl.h>

You need to install libintl headers

> Thank you.
>
>
>
>



More information about the Slony1-general mailing list