Re: extension build issue with PostgreSQL 10 on Centos6

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Subject: Re: extension build issue with PostgreSQL 10 on Centos6
Date: 2017-09-30 06:19:57
Message-ID: CAFj8pRAOa_pRLL0_B1HLW2S2jOdNpZhvpvQpN4otdv6DzzVqcQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2017-09-30 8:18 GMT+02:00 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:

> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> > /usr/pgsql-10/include/server/utils/pg_locale.h:19:26: error:
> > unicode/ucol.h: Adresář nebo soubor neexistuje
>
> > This mean not optional dependency on ICU.
>
> Really? That file has
>
> #ifdef USE_ICU
> #include <unicode/ucol.h>
> #endif
>
> So if you managed to get that error without having said --with-icu,
> I'd be very interested to see how.
>

probably rpm is created with --with-icu

> regards, tom lane
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2017-09-30 07:01:12 Re: CREATE COLLATION does not sanitize ICU's BCP 47 language tags. Should it?
Previous Message Tom Lane 2017-09-30 06:18:14 Re: extension build issue with PostgreSQL 10 on Centos6