-
-
Notifications
You must be signed in to change notification settings - Fork 643
Closed
Description
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
Labels
No labels