-
Notifications
You must be signed in to change notification settings - Fork 46
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
can't find libtinfo.so.6 when install kernel-collector #265
Comments
Hi @evanzhang87. This should ideally work out of the box.. Can you verify your LD_LIBRARY_PATH contains the directory that holds the shared library? Or add it with
(NB: the command above might contain typos, have not tested) |
It doesn't works. 😩
Maybe my lib has some problems? |
I'm relying on some web searches so this might be completely wrong. But this might be caused by your libtinfo not containing NCURSES6 info. It seems that: From this comment:
If you don't have libncurses, maybe installing it would help ( Another option is to build the RPM for AlmaLinux specifically, happy to review a PR for that. |
I try to run with docker, it reports a new error.
|
Looks like memory allocation failed. Are you running on a system with high memory pressure? |
also just a note that it seems like running loaded libtinfo successfully from the container -- it would have failed earlier if there was a problem with libtinfo. And another question -- seems like you ran the docker image of the reducer, not the kernel collector? asking because the original issue was with the kernel collector... |
Kernel-collector works well with docker, and this is my memory usage.
|
What happened?
Description
It doesn't work, when I try to install rpm packege
Steps to Reproduce
Expected Result
how to install rpm package?
Actual Result
eBPF Collector version
0.10.2-1.x86_64
Environment information
Environment
Almalinux 5.14.0-284.30.1.el9_2.x86_64
eBPF Collector configuration
No response
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: