I am trying to install sensu-client on Ubuntu 16.04 node and after installation I am unable to start the service. Below is the error I am getting while trying to start the service.
sensu-service[4885]: /opt/sensu/embedded/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /opt/sensu/embedded/lib/libruby.so.2.4)
My sensu version is 1.9.0-2
I have verified that libc6 is already installed in my node
$sudo dpkg -l | grep libc6
ii libc6:amd64 2.23-0ubuntu11.3 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.23-0ubuntu11.3 amd64 GNU C Library: Development Libraries and Header Files
Is there a way I can make them work with current os version?