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