Closed OpenSource03 closed 3 years ago
Hey! I've seen this error before and it was due to a missing dependency that I remember installing with apt
. However, I don't remember the exact package name.
Can you try ensuring the build-essential
package is installed via apt install build-essential
(using sudo
or as root)? Can you also ensure you have the kernel headers installed which can be installed via the apt install linux-headers-$(uname -r)
command?
Thanks! I've created for you a merge request at https://github.com/gamemann/XDP-Firewall/pulls
You can merge it in order to let people better know how to install the application. It's basically just a README.md update.
Hello there!
Trying to execute make command, I'm getting the following error:
I installed all the required dependencies:
OS: Ubuntu 20.04