NXlog CE RPM on CentOS - not instaling
Hi there, I've attempted to get NXlog CE installed onto a clean CentOS 7 host, following the documentation, ran 'rpm -ivh nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm' ... whilst the RPM command completes, it appears to do absolutely nothing .. I search the host for any files with 'nxlog' in the filename.. nothing!
Have I got a dud RPM file ? (Downloaded direct via the website)
Any suggestions, or known other versions of NXlog CE that I can use?
Try using yum
to install as there are a couple dependencies (apr
, libdbi
).
yum install nxlog-ce-2.10.2150-1_rhel7.x86_64.rpm
You can use the following to see what files are installed and where:
rpm -ql nxlog-ce
Edit: I recorded the install so you can see the process.
https://imgur.com/a/FXobujB