-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
undefined symbol: bpf_module_create_b #4114
Comments
Try using python3. |
Changing to python3 works perfectly. Thanks. |
I figured out the following solution worked for me:
replace the first parameter with your bcc python library location. Souce: https://blog.csdn.net/libocdf/article/details/130466925 |
Please refer to #4583. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm installing bcc v0.24.0 in Ubuntu 18.04.1. The compiling is fine, but when I run example code
/usr/share/bcc/tools/offcputime
, I get the following errors:I install llvm and clang with
sudo apt-get install libllvm6.0 llvm-6.0-dev libclang-6.0-dev
.Referring to issue #2222, I remove the previously installed bpfcc-tools and recompile the code, but the problem still exists.
How cloud I fix this problem? Thanks.
The text was updated successfully, but these errors were encountered: