| From: | Holger Jakobs <holger(at)jakobs(dot)com> |
|---|---|
| To: | Michael Banck <mbanck(at)gmx(dot)net> |
| Cc: | "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Necessary lib on Ubuntu for 17beta3 |
| Date: | 2024-08-09 07:49:50 |
| Message-ID: | c21c79b7-a47d-a17a-25d8-01560ba13107@jakobs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Am 09.08.24 um 09:45 schrieb Michael Banck:
> Hi,
>
> On Fri, Aug 09, 2024 at 09:38:16AM +0200, Holger Jakobs wrote:
>> When trying to ./configure PostgreSQL 17 beta3, it complained that the ICU
>> libraries weren't installed, when actually they were.
>>
>> On top of the ICU libraries themselves, another, seemingly unrelated,
>> package had to be installed as well.
>>
>> On Ubuntu, this has to be done: apt install pkg-config
>>
>> I expect this to be the same on a Debian system, and maybe others.
> This is discussed here:
> https://www.postgresql.org/docs/17/install-requirements.html
>
>> A hint to this package in some README or BUILD file or in the error output
>> of ./configure may be of great help.
> I think you are right, the error could be improved. This is because
> currently pkg-config support is not actively checked for and the
> autoconf macros just fail in this case I believe.
>
>
> Michael
Exactly. Would it be possible to include a check for pkg-config in
./configure so that an appropriate error message pops up instead of
complaining about actually installed libraries?
See you next weekend, Michael ;-)
--
Holger Jakobs, Bergisch Gladbach
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PABLO ANDRES IBARRA DUPRAT | 2024-08-09 14:25:54 | PostgreSQL - A method to control Resource Consumptions of Users or process |
| Previous Message | Michael Banck | 2024-08-09 07:45:37 | Re: Necessary lib on Ubuntu for 17beta3 |