-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
[BUG] 30-sslsniff: make: *** [Makefile:86: /home/pegasus/Documents/bpf-developer-tutorial/src/30-sslsniff/.output/libbpf.a] Error 2 #121
Comments
Seems to miss submodules. Try
|
Run this under the top-level of bpf-developer-tutorial directory. This will init the git submodule in ./src/thirdparty/libbpf |
The output
|
Or clone the entire repo with |
sry it should be |
@oluceps Thanks I was able to run it. Following the suggestions you provided. |
Try |
@oluceps same result. |
Try use the same user as sslsniff when running curl |
They are the same user. |
You are using root to run sslsniff but using pegasus to run curl |
It should be able to capture traffic by other users. Let's see what happend. |
The cilium slack has some discussion about that. Maybe we can add them in the tutorial. |
Describe the bug
When I'm trying to build the sslsniff tool from lesson 30 I face the following error: make: *** [Makefile:86: /home/pegasus/Documents/bpf-developer-tutorial/src/30-sslsniff/.output/libbpf.a] Error 2
To Reproduce
use make from the 30-sslsniff directory.
Expected behavior
It should build the tool properly
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: