Re: Need to install liblz4-dev

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Need to install liblz4-dev
Date: 2026-03-04 06:15:37
Message-ID: aafOCfYuPstlC1rY@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 04, 2026 at 12:50:24AM -0500, Bruce Momjian wrote:
> However, I had /usr/lib/x86_64-linux-gnu/liblz4.so.1 installed on Debian
> 13. I had to install liblz4-dev ("dev") to allow the configure/compile
> to succeed.

That's because of 7c1849311e49, hence my fault. You can also bypass
the failure by appending a --without-lz4 to your configure switches,
like one can do for ICU.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-03-04 06:17:41 Re: Cleanup shadows variable warnings, round 1
Previous Message Corey Huinker 2026-03-04 06:06:17 Re: Add expressions to pg_restore_extended_stats()