Re: Are compression requirements needed when building only libraries?

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Uilian Ries <uilianries(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Are compression requirements needed when building only libraries?
Date: 2025-10-09 19:12:07
Message-ID: 26b0e40114126465bfd1008f4a7300349c235bae.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2025-10-09 at 16:58 +0200, Uilian Ries wrote:
> > My PostgreSQL is built with support for all these libraries, and I find that my libraries are linked with "libz"
>
> Which libraries? libpgtypes, libpq, libecpg, libecpg_compat?

libpq, libecpg and libecpg_compat are linked with libz.so.1, libpgtypes isn't.

> > How did you configure and build PostgreSQL?
>
> I'm using Meson through the Conan package manager.
>
> You can find my full build log and ldd commands outputs attached.

That shows that you have configured PostgreSQL with support for zlib,
lz4 and zstd. No idea why the libraries are not linked with libz.so.

Yours,
Laurenz Albe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2025-10-09 19:21:19 Re: High latency and profiling
Previous Message Roberto Nunnari 2025-10-09 17:25:34 High latency and profiling