Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Pre-built binaries requires libc 2.33 but only 2.31 found #1

Closed
terryfork opened this issue Nov 11, 2021 · 1 comment · Fixed by #2
Closed

Pre-built binaries requires libc 2.33 but only 2.31 found #1

terryfork opened this issue Nov 11, 2021 · 1 comment · Fixed by #2

Comments

@terryfork
Copy link

Binaries /data/openpilot/selfdrive/ui/_ui and /data/openpilot/selfdrive/ui/qt/spinner requires to run libc 2.33

./qt/spinner: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./qt/spinner)

./_ui: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./_ui)

But the latest version for ubuntu 18.04/Jetpack 4.6 is 2.31.

@eFiniLan
Copy link
Owner

Hi @terryfork ,
Thanks for that, I think I made a mistake with that (I was going to manually compile a lib that require higher glibc)
In the mean time, you can download the openpilot 0.8.9 ui source and compile from that.

I'll fix it up asap :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants