On Wed, Jun 16, 2021 at 06:15:45PM +0200, Christoph Berg wrote: >... > $ psql cb > psql (13.3 (Debian 13.3-1), Server 11.12 (Debian 11.12-0+deb10u1)) > > 17:38 cbe@cb =# select geom from country where geom is not null limit 1; > FEHLER: XX000: konnte Bibliothek »/usr/lib/postgresql/11/lib/postgis-2.5.so« > nicht laden: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found > (required by /usr/lib/x86_64-linux-gnu/libSFCGAL.so.1) > > So there seems to be some additional incompatibility in libsfcgal1 -> libc6. >...
It's already in the package dependencies: Package: libsfcgal1 Version: 1.3.9-2 Depends: ..., libc6 (>= 2.29),... This won't work unless you upgrade libc6 to the bullseye version. > Christoph cu Adrian