https://github.com/osquery/osquery logo
#general
Title
# general
t

theopolis

08/13/2019, 10:43 PM
You should be able to install the pre-built osquery packages on CentOS5
s

Stefano Bonicatti

08/14/2019, 1:50 PM
But the glibc shipped with CentOS 5 is version 2.5 and the old master toolchain uses 2.13 (which in theory shouldn't also be good for CentOS 6, because you have 2.12 there). I mean, probably between 2.13 and 2.12 there's not much of a difference even though glibc should be backward compatible, not the other way around. But between 2.13 and 2.5 there's a pretty big jump.
t

theopolis

08/14/2019, 3:42 PM
you're right, I was wrong in assuming CentOS 5 used 2.12
and correct, pending any undefined behavior of the 2.13/2.12 compile/link+runtime the only linkage requirements are for 2.12
3 Views