I am trying to install nxLog on centOs5.
When running "rpm -ivh nxlog-ce-2.8.1248-1.x86_64.rpm" I get the following error:
error: Failed dependencies:
libcap.so.2()(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libcrypto.so.10()(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libcrypto.so.10(libcrypto.so.10)(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libdbi >= 0.8.1 is needed by nxlog-ce-2.8.1248-1.x86_64
libdbi.so.0()(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libexpat.so.1()(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libssl.so.10()(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
libssl.so.10(libssl.so.10)(64bit) is needed by nxlog-ce-2.8.1248-1.x86_64
I have been looking up these dependencies (yum can't resolve them), and I can find many of them in packages such as this one:
These are all labeled for centOs 6+, however. The nxlog documentation states it supports centOs 5. Is there a clean way to resolve these dependencies? Or do I have to mix and match these packages (and once I do have them all on my machine hope RPM will resolve them?) until I can get nxlog running?
Thanks