-
Notifications
You must be signed in to change notification settings - Fork 193
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
LD_PRELOAD undefined symbol: memfd_create #96
Comments
What's your libc version? |
@koute: Same issue with libc 2.26 |
Currently at least libc 2.27 is required. (Which by itself is almost half a decade old, is the libc in the oldest still publicly supported Ubuntu version, and is older than the libc in Debian's oldstable.) |
➜ ldd --version ➜ LD_PRELOAD=./libbytehound.so ./my_service I have update libc to 2.2.7, but the issue is happen. |
Hi, great project!
I successfully compiled the project, but when executing this statement:
i got:
./bytehound: symbol lookup error: ./libbytehound.so: undefined symbol: memfd_create
and every program is like this
Did I do something wrong?
Information about env:
In docker container (uname -r = 5.10.104-linuxkit)
already install gcc g++
The text was updated successfully, but these errors were encountered: