I have successfully installed the recommended fluentd
stack ( fluentd, Kibana, Elastic Search ) on a Centos 6 virtual machine. But our production environment is all Suse Enterprise Linux 11.
I am trying to work out how to get fluentd
installed but I am have a hard time with dependencies and other missing pieces. I am trying to use any one of these quickstart instructions and adapt them to my installation but I have just succeeded in breaking my install with incompatible versions of things like libc.so
when I try and install or upgrade things to where they need to be.
What I really want to do is be able to use the RPM
installer since Suse Enterprise Linux package manager is based on RPM
packaging. I know this doesn't work, it broke my system to where I had to re-image it again. But I can't get it to install from source either.
I am an accomplished Googler and after 2 solid days of searching and reading and re-building my experimental VM, I am resorting to asking for help.
Here are the details of my environment:
wls1:~ # uname -a
Linux wls1 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux
wls1:~ # cat /etc/SuSE-release
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 0
wls1:~ #
NOTE: If you need any more details or information, please ask in the comments and I will update my question with the additional information!