Skip to content

[bug] GLIBC not found with version 4.1.3 on ubuntu 20.04 focal #644

@GregOriol

Description

@GregOriol

Hi,

On ubuntu 20.04, centrifugo version 4.1.3 installed via apt with the debs provided at https://packagecloud.io/FZambia/centrifugo (following the installation instructions here: https://centrifugal.dev/docs/getting-started/installation#rpm-and-deb-packages-for-linux) seem to have an issue when trying to run it:

$ centrifugo -c /etc/centrifugo/config.toml
centrifugo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by centrifugo)
centrifugo: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by centrifugo)

Centrifugo version 4.1.2 installed the same way works well on the same system.

System is:

$ uname -a
Linux [...] 5.4.0-139-generic #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal
$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31

Is is possible that the build process has changed and uses a more recent version of ubuntu which tries to link glibc with a newer version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions