We want to describe here, how to install rsyslog from the RPM repository on RHEL/CentOS 5 and 6. Currently, we have RPMs available for the most recent versions of rsyslog. To use the repository, please follow these steps. 1. Obtain the .repo file To be able to use the RPM repository, you need a .repo […]
Installing RSyslog 5 on RHEL 4 / 5
To have rsyslog working correctly on RHEL 4 or 5, some conditions have to be met. The method described has been tested with rsyslog 5.7.1. First of all compile and install the dependencies. gnutls-2.8.6.tar.bz2 libgcrypt-1.4.6.tar.gz libgpg-error-1.9.tar.gz libtasn1-2.2.tar.gz After that, you can install rsyslog using the following commands: ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig –enable-gnutls make make install It could […]