-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Ubuntu 20.04 ./command/target/release/command: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./command/target/release/command) #114
Comments
Check your glibc version using |
|
Try deleting target dir using rm -rf command/target and running ./lila-docker start again. |
I tried doing rm -rf command/target and running ./lila-docker start but I get the same result. |
Could you try
for updating your glibc version. |
I think this is the latest version for ubuntu 20.04 |
If you uninstall your local rust it would run the rust code in a docker container, maybe then it would work. |
I removed rust |
do you get any output from these? rustup --version
cargo --version if it's still trying to use rust from your host, try removing this part of the conditional Lines 173 to 180 in 5ebd06b
|
I receive the same error. I made a fresh machine with Ubuntu 20.04. I made update & upgrade, installed docker, cloned the repo and I followed the instructions. Tried to clean and reinstall. Same problem. The ldd is the same as above reported. I don't have rust or cargo installed on the VM. |
what is your environment? I'd recommend running Docker natively if you can. |
Ubuntu 20.04, upgraded. Docker version 27.3.1, build ce12230. I installed the VM less than 1 hour ago so new environment. The VM is hosted in an local Hypervisor (proxmox). |
@vlad-burca are you also trying to run in a virtualized environment? |
No, I was running it on and aws ec2 instance. But I closed the task, suggesting an update to the instance. But thank you for your support 😉 |
I get this error when I try to start the service:
sudo ./lila-docker start
✓ Running on Docker Engine
Updating crates.io index
Downloading crates ...
Downloaded either v1.13.0
Downloaded equivalent v1.0.1
Downloaded number_prefix v0.4.0
Downloaded serde_spanned v0.6.6
Downloaded lazy_static v1.5.0
Downloaded zeroize_derive v1.4.2
Downloaded smawk v0.3.2
Downloaded zeroize v1.8.1
Downloaded unicode-linebreak v0.1.5
Downloaded thiserror-impl v1.0.63
Downloaded serde_derive v1.0.204
Downloaded ryu v1.0.18
Downloaded unicode-ident v1.0.12
Downloaded textwrap v0.16.1
Downloaded serde v1.0.204
Downloaded toml_edit v0.22.16
Downloaded serde_json v1.0.120
Downloaded winnow v0.6.14
Downloaded syn v2.0.71
Downloaded unicode-width v0.1.13
Downloaded libc v0.2.155
Downloaded syn v1.0.109
Downloaded portable-atomic v1.7.0
Downloaded cliclack v0.2.5
Downloaded memchr v2.7.4
Downloaded toml v0.8.15
Downloaded indicatif v0.17.8
Downloaded indexmap v2.2.6
Downloaded hashbrown v0.14.5
Downloaded proc-macro2 v1.0.86
Downloaded quote v1.0.36
Downloaded log v0.4.22
Downloaded local-ip-address v0.6.1
Downloaded neli v0.6.4
Downloaded console v0.15.8
Downloaded toml_datetime v0.6.6
Downloaded itoa v1.0.11
Downloaded thiserror v1.0.63
Downloaded once_cell v1.19.0
Downloaded neli-proc-macros v0.1.3
Downloaded byteorder v1.5.0
Finished
release
profile [optimized] target(s) in 0.85s./command/target/release/command: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by ./command/target/release/command) ./command/target/release/command: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by ./command/target/release/command)./command/target/release/command: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./command/target/release/command)
The text was updated successfully, but these errors were encountered: