-
Notifications
You must be signed in to change notification settings - Fork 24
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 loading Python lib #1
Comments
Can you provide more info to help me reproduce? How did you install? Which operating system? is this x86 or arm? What command are you running to see this error? |
The operating system I am using is CentOS Linux 7 (Core). I have installed it by following steps given in readme for "RedHat/Fedora Install (arm64 and x86_64)". Getting this error when running "sshlog sessions" command and "sshlog watch" command. Also getting below error in log file continuously: |
Ahh, I see. I believe the reason it does not work is because the kernel version is too low. SSHLog requires Linux Kernel 5.4 or higher (released Nov 2019). Your kernel is 3.10. The daemon uses eBPF to monitor the OpenSSH process in the kernel. That was a feature that was not available back when CentOS 7 was released. |
Hello, I faced the same problem, OS Centos 7, but the kernel version is higher |
same error in RHEL 8, where the kernel is 4.18.0-477.13.1.el8_8.x86_64 What's odd is that the docker version seems to work fine, even though that is using the same kernel! |
Hi matthill
I am getting below error. Could you please help to resolve this:
Error loading Python lib '/tmp/_MEIONNbeW/libpython3.8.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIONNbeW/libpython3.8.so.1.0).
The text was updated successfully, but these errors were encountered: