Re: Possible bug ¿? missing "ucol.h" in postgre installation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jose Fco(dot) Mojada" <jfmojada(at)yahoo(dot)es>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Possible bug ¿? missing "ucol.h" in postgre installation
Date: 2025-02-17 19:47:19
Message-ID: 906910.1739821639@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jose Fco. Mojada" <jfmojada(at)yahoo(dot)es> writes:
> As an example, we take the attempt to install the "orafce" extension in
> the new system, although it is not the only one in which this happens.
> When installing, we get the following error:

> /usr/pgsql-16/include/server/utils/pg_locale.h:19:10: fatal error:
> unicode/ucol.h: No such file or directory
>    19 | #include <unicode/ucol.h>
>       |          ^~~~~~~~~~~~~~~~

On my Red Hat system, /usr/include/unicode/ucol.h is provided by
libicu-devel. You need to install that package, not only the
base libicu package, to compile anything that uses libicu.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-02-17 20:13:00 Re: BUG #18815: Logical replication worker Segmentation fault
Previous Message Tom Lane 2025-02-17 19:43:57 Re: BUG #18815: Logical replication worker Segmentation fault