From: | Siddharth Karandikar <siddharth(dot)karandikar(at)gmail(dot)com> |
---|---|
To: | Erik Wienhold <ewie(at)ewie(dot)name> |
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:03:51 |
Message-ID: | CAC6xauMiER01sKVV7_UfBUG8Ka-m+iJAO_HMia8=vU1Y_1OeNA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks a lot Erik. It worked.
Not sure if the build script gave any specific error about this or I just
missed that... :)
On Sat, Aug 19, 2023 at 5:17 PM Erik Wienhold <ewie(at)ewie(dot)name> wrote:
> > On 19/08/2023 13:26 CEST Siddharth Karandikar <
> siddharth(dot)karandikar(at)gmail(dot)com> wrote:
> >
> > I am trying to build the latest postgresql on my ubuntu docker instance.
> > But its failing to compile it even when ICU related libraries are
> installed.
> >
> > Compilation fails with
> > ```
> > checking whether to build with ICU support... yes
> > checking for icu-uc icu-i18n... no
> > configure: error: ICU library not found
> > If you have ICU already installed, see config.log for details on the
> > failure. It is possible the compiler isn't looking in the proper
> directory.
> > Use --without-icu to disable ICU support.
> > ```
>
> You also need to install pkg-config with which ./configure looks up libs.
>
> --
> Erik
>
From | Date | Subject | |
---|---|---|---|
Next Message | Erik Wienhold | 2023-08-19 12:16:47 | Re: Failing to compile with ICU support error on Ubuntu |
Previous Message | Erik Wienhold | 2023-08-19 11:47:32 | Re: Failing to compile with ICU support error on Ubuntu |