-
Notifications
You must be signed in to change notification settings - Fork 283
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
Unable to make on Ubuntu 18 LTS #49
Comments
You don't have a compiler installed on your system. For Debian-based
systems like Ubuntu, install the build-essential package.
|
Thanks. You're correct, my bootstrap didn't have build-essentials, but after installing it we're still stuck.
Something still being missing makes sense. I can compile it as shown in the Dockerfile, so I can maybe copy it from there (or just run it in Docker). It's a fun little program and I'm thinking of running it on lots of IoT devices, some of which don't meet Docker system requirements, though. |
Do dice copying it from the Dockerfile. I get |
If you copy the executable from the Docker image you have still the issue that you are still missing some system libs to run it. |
You might be missing the package |
When trying to make on Ubuntu, I get these errors:
libc6-dev
is installed.Any advice?
The text was updated successfully, but these errors were encountered: