Jonathan Perry
Jonathan Perry
superseded by #266, closing
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 ``` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64...
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](https://github.com/commercialhaskell/stack/issues/4711#issuecomment-480614106):...
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...
👍 How would you envision processing the messages that are generated? * I think that it might be possible to generate bpftrace code to serialize messages so scripts can encode...
Hi @Abhimanyu9988 ! It seems that the scripts might not be able to detect the ROSA distro, so are unable to download kernel headers. Distro detection determines whether the scripts...
The first set of errors (include/linux/bpf.h), at first glance, could be due to some internal inconsistency in the kernel headers. For example take the first error: - The error location...
The two errors in bpf_tcp_send_recv.h: - v6.5 definition of [msghdr](https://github.com/torvalds/linux/blob/c942a0cd3603e34dd2d7237e064d9318cb7f9654/include/linux/socket.h#L55) - `msg->msg_iter` is a `struct iov_iter`, defined [here](https://github.com/torvalds/linux/blob/c942a0cd3603e34dd2d7237e064d9318cb7f9654/include/linux/uio.h#L41) - Some digging in git history shows commit de4f5fed3f231 ``` - const...
@ccoqueiro I'm wondering if the header package might somehow be old/broken, is one of these true in your case: 1. The package repo for the distro (used by apt) is...