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

Release does not run on Ubuntu 20.04 #82

Open
nuke-web3 opened this issue Jan 9, 2021 · 2 comments
Open

Release does not run on Ubuntu 20.04 #82

nuke-web3 opened this issue Jan 9, 2021 · 2 comments
Labels
backlog blocked bug Something isn't working

Comments

@nuke-web3
Copy link
Contributor

Running https://github.com/FuzzrNet/Fuzzr/releases/tag/v0.0.3-alpha on Ubuntu 20.04LTS yields:

./fuzzr-0.0.3-alpha: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by ./fuzzr-0.0.3-alpha)

This is due to glibc version in 20.04 not being up to date:
https://unix.stackexchange.com/questions/628021/glibc-2-32-not-found

it seems you are using Ubuntu 20.04. To get GLIBC_2.32 you would
need to use Ubuntu 20.10 or another operating system that offers that version.
Trying to upgrade glibc on your existing system will likely lead to many problems.

@nuke-web3 nuke-web3 added needs-review Untriaged or acknowledged yet by a team member backlog blocked bug Something isn't working and removed needs-review Untriaged or acknowledged yet by a team member labels Jan 9, 2021
@JannemanDev
Copy link

JannemanDev commented Mar 16, 2022

Just documenting it here I got an error /lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.30' not found running a particular Linux program. I had to use at least Ubuntu v22.04 to get it running. Ubuntu versions v20.04, v20.10, v21.04, v21.10 all failed

@cryptoquick
Copy link
Member

Good to know. I think it's an issue with libc; I've experimented with musl builds and might continue those experiments, but it's kind of a pain to research. I have half a mind to not officially support outdated versions of Ubuntu, but community PRs are welcome.

Also, this project is still a bit unfinished. There's just a little more work to do to bring it over the finish line, I just haven't had the time. Thank you for checking it out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog blocked bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants