Build rsyslog from source on ubuntu/debian

Build rsyslog from source on ubuntu/debian Script for build latest rsyslog from source on ubuntu/debian systems. #!/bin/bash RSYSLOG_VER="8.36.0" LIBLOGNORM_VER="2.0.5" LIBRELP_VER="1.2.14" LIBFASTJSON_VER="0.99.8" SYSTEM_RELEASE=`cat /etc/*release | grep VERSION_CODENAME | cut -d "=" -f 2` DEPS="librelp-dev libsnmp-dev libqpid-proton2 git autoconf libtool libqpid-proton2-dev libestr-dev uuid-dev libgnutls-dev libgcrypt20-dev liblognorm-dev librdkafka-dev librabbitmq-dev checkinstall libkrb5-dev libestr-dev pkg-config libpq-dev libcurl4-gnutls-dev libpcre3-dev libmaxminddb-dev" ADD_DEPS="libfastjson-dev" […]

Читать дальше… from Build rsyslog from source on ubuntu/debian