-
Which version of vector can run on Linux 5.7 with kernel version 2.6.18-274.el5? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Feb 8, 2023
Replies: 1 comment 1 reply
-
Hi @FengZh61 ! Vector's only dynamic library dependency is libc. The required version there has varied but is currently version 2.17 for the x86_64 architecture (as of Vector v0.27.0). If you are using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FengZh61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @FengZh61 !
Vector's only dynamic library dependency is libc. The required version there has varied but is currently version 2.17 for the x86_64 architecture (as of Vector v0.27.0).
If you are using the
host_metrics
source there may be other assumptions about the host system. The library we use for that documents support for kernel 3.2+ but may work fine on older kernels.