Type of Issue
Description
When I try to install LogstashAgent, I got the error
[PYI-3800:ERROR] Failed to load Python shared library '/root/logstash-agent/_internal/libpython3.12.so.1.0': /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /root/logstash-agent/_internal/libpython3.12.so.1.0)
Steps to Reproduce (if applicable)
- Run
sudo ./logstash-agent/logstash-agent install --enroll <token> --logstash-ui-url https://<logstash-ui-ip>:8443 --yes
Environment (if applicable)
- OS: Red Hat Enterprise Linux 8.10
- Browser:
- LogstashAgent Version: v0.5.2
- Deployment Method:
Additional Context
Error message
[PYI-3800:ERROR] Failed to load Python shared library '/root/logstash-agent/_internal/libpython3.12.so.1.0': /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /root/logstash-agent/_internal/libpython3.12.so.1.0)
Running getconf GNU_LIBC_VERSION in my environment returns glibc 2.28.
Type of Issue
Description
When I try to install LogstashAgent, I got the error
Steps to Reproduce (if applicable)
sudo ./logstash-agent/logstash-agent install --enroll <token> --logstash-ui-url https://<logstash-ui-ip>:8443 --yesEnvironment (if applicable)
Additional Context
Error message
[PYI-3800:ERROR] Failed to load Python shared library '/root/logstash-agent/_internal/libpython3.12.so.1.0': /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /root/logstash-agent/_internal/libpython3.12.so.1.0)Running
getconf GNU_LIBC_VERSIONin my environment returnsglibc 2.28.