-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
error:cant found 'connect' function to hook in files::[libpthread.so.0 libc.so.6 libc.so] #400
Comments
可以搜下libpthread.so/libc.so文件所在的路径吗? |
Here are my results on Alibaba Cloud ECS: |
also CentOS 7.. |
Yes, but the kernel version meets the requirements. |
please retry PR #401 |
thanks Openssl is now ok! run as follows: [root@iZgc71dvfdfwzxml2gfuc0Z home]# ./ecapture tls |
[root@iZgc71dvfdfwzxml2gfuc0Z ecapture-v0.6.3-linux-x86_64]# uname -a
Linux iZgc71dvfdfwzxml2gfuc0Z 5.10.84-10.4.al8.x86_64 #1 SMP Tue Apr 12 12:31:07 CST 2022 x86_64 x86_64 x86_64 GNU/Linux
[root@iZgc71dvfdfwzxml2gfuc0Z ecapture-v0.6.3-linux-x86_64]# cat /boot/config-
uname -r
| grep CONFIG_DEBUG_INFO_BTFCONFIG_DEBUG_INFO_BTF=y
[root@iZgc71dvfdfwzxml2gfuc0Z ecapture-v0.6.3-linux-x86_64]# ./ecapture tls --libssl="/lib64/libssl.so.1.1"
tls_2023/10/08 11:40:22 ECAPTURE :: ecapture Version : linux_x86_64:0.6.3-20230927-f0cfbdf:5.15.0-1046-azure
tls_2023/10/08 11:40:22 ECAPTURE :: Pid Info : 871353
tls_2023/10/08 11:40:22 ECAPTURE :: Kernel Info : 5.10.84
tls_2023/10/08 11:40:22 EBPFProbeOPENSSL module initialization failed. [skip it]. error:cant found 'connect' function to hook in files::[libpthread.so.0 libc.so.6 libc.so]
tls_2023/10/08 11:40:22 EBPFProbeGNUTLS module initialization
tls_2023/10/08 11:40:22 ECAPTURE :: Module.Run()
tls_2023/10/08 11:40:22 EBPFProbeGNUTLS BPF bytecode filename:user/bytecode/gnutls_kern.o
tls_2023/10/08 11:40:22 EBPFProbeGNUTLS module run failed, [skip it]. error:tls(gnutls) module couldn't find binPath stat /lib/x86_64-linux-gnu/libgnutls.so.30: no such file or directory
tls_2023/10/08 11:40:22 EBPFProbeNSPR module initialization
tls_2023/10/08 11:40:22 ECAPTURE :: Module.Run()
tls_2023/10/08 11:40:22 EBPFProbeNSPR BPF bytecode filename:user/bytecode/nspr_kern.o
tls_2023/10/08 11:40:22 EBPFProbeNSPR module run failed, [skip it]. error:tls module couldn't find binPath stat /usr/lib/firefox/libnspr4.so: no such file or directory
tls_2023/10/08 11:40:22 ECAPTURE :: No runnable modules, Exit(1)
The text was updated successfully, but these errors were encountered: