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

Problem on Ubuntu 24.04 LTS #6

Open
bernyspeedy opened this issue Jul 10, 2024 · 0 comments
Open

Problem on Ubuntu 24.04 LTS #6

bernyspeedy opened this issue Jul 10, 2024 · 0 comments

Comments

@bernyspeedy
Copy link

It does not seem to work on top of bcc 0.30.0 on Ubuntu 24.04 LTS and Python 3.12.3.
It would be very kind, if you could give me a hint, where should have to look for.

When starting unixdump, the following error is displayed:

b"/virtual/main.c:403:15: error: no member named 'hash' in 'struct unix_address'\n 403 | if (addr->hash < UNIX_HASH_SIZE) {\n | ~~~~ ^\n/virtual/main.c:506:30: error: no member named 'iov' in 'struct iov_iter'\n 506 | size_t len = msg->msg_iter.iov->iov_len;\n | ~~~~~~~~~~~~~ ^\n/virtual/main.c:507:30: error: no member named 'iov' in 'struct iov_iter'\n 507 | void* base = msg->msg_iter.iov->iov_base;\n | ~~~~~~~~~~~~~ ^\n/virtual/main.c:1051:30: error: no member named 'iov' in 'struct iov_iter'\n 1051 | size_t len = msg->msg_iter.iov->iov_len;\n | ~~~~~~~~~~~~~ ^\n/virtual/main.c:1052:30: error: no member named 'iov' in 'struct iov_iter'\n 1052 | void* base = msg->msg_iter.iov->iov_base;\n | ~~~~~~~~~~~~~ ^\n5 errors generated.\n"
Failed to compile BPF module

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

No branches or pull requests

1 participant