Skip to content
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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants