Skip to content

CI fails due to GLIBC not found #575

@joepio

Description

@joepio

In my VPS:

./atomic-server
./atomic-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./atomic-server)
./atomic-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./atomic-server)
./atomic-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./atomic-server)

but glibc is in fact installed

sudo apt-get install libc6
libc6 is already the newest version (2.31-0ubuntu9.9).
The following packages were automatically installed and are no longer required:
  linux-headers-5.4.0-21 linux-headers-5.4.0-21-generic linux-image-5.4.0-21-generic linux-modules-5.4.0-21-generic
  linux-modules-extra-5.4.0-21-generic

I should try musl build

And that failed because of ring. People seem to be having the same issue.

Setting use-cross: true fixed the ring issue.

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