Re: Failing to compile with ICU support error on Ubuntu

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: Siddharth Karandikar <siddharth(dot)karandikar(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Failing to compile with ICU support error on Ubuntu
Date: 2023-08-19 12:16:47
Message-ID: 854247770.46719.1692447407121@office.mailbox.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 19/08/2023 14:03 CEST Siddharth Karandikar <siddharth(dot)karandikar(at)gmail(dot)com> wrote:
>
> Thanks a lot Erik. It worked.
> Not sure if the build script gave any specific error about this or I just
> missed that... :)

No, the output of ./configure only says "not found" without giving the exact
reason. The docs have details about the configure options [1] where pkg-config
is mentioned for --with-icu.

[1] https://www.postgresql.org/docs/current/install-procedure.html#CONFIGURE-OPTIONS

--
Erik

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siddharth Karandikar 2023-08-19 12:29:54 Re: Failing to compile with ICU support error on Ubuntu
Previous Message Siddharth Karandikar 2023-08-19 12:03:51 Re: Failing to compile with ICU support error on Ubuntu