Re: Need to install liblz4-dev

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Need to install liblz4-dev
Date: 2026-03-04 07:17:57
Message-ID: CAGECzQR+iOu_-jpkpQqGtAqZfbEiQKSaxpjavSxAKi3aC8XDmQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 4 Mar 2026 at 07:15, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> 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.

"Fault" seems the wrong word. This error is intentional. So you have to
go out of your way to build postgres in a way that cannot open
datadirs created by the default configuration.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-03-04 07:24:50 Re: Row pattern recognition
Previous Message Jelte Fennema-Nio 2026-03-04 07:15:50 Re: change default default_toast_compression to lz4?