编译安装rsyslog

Posted Redheat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装rsyslog相关的知识,希望对你有一定的参考价值。

安装gcc-c++
  615  yum -y install gcc c++
  616  yum -y install gcc-c++
安装libestr、libee
wget http://libestr.adiscon.com/files/download/libestr-0.1.10.tar.gz
  621  tar xvf libestr-0.1.10.tar.gz 
  622  cd libestr-0.1.10
  654  ./configure CC="gcc -m64" --prefix=/usr --libdir=/usr/lib64
  655  make && make install
wget http://www.libee.org/files/download/libee-0.4.1.tar.gz
  656  cd ../libee-0.4.1
  658  ./configure --prefix=/usr CC="gcc -m64" PKG_CONFIG_PATH="/usr/lib64/pkgconfig" --libdir=/usr/lib64
  659  make && make install
安装libfastjson(CentOS5选择0.99.0版本)
  672  wget http://download.rsyslog.com/libfastjson/libfastjson-0.99.2.tar.gz
  674  tar xvf libfastjson-0.99.2.tar.gz 
  675  cd libfastjson-0.99.2
  689  ./configure --prefix=/usr CC="gcc -m64" PKG_CONFIG_PATH="/usr/lib64/pkgconfig" --libdir=/usr/lib64
  690  make && make install
安装liblognorm
       wget http://www.liblognorm.com/download/files/download/liblognorm-1.1.3.tar.gz
 1026  cd liblognorm-1.1.3
 1028  ./configure --prefix=/usr CC="gcc -m64" PKG_CONFIG_PATH="/usr/lib64/pkgconfig" --libdir=/usr/lib64
 1029  make
 1030  make install
安装zlib、uuid、curl、crypt、log
  698  yum install zlib-devel
  702  yum -y install libuuid-devel
  704  yum -y install curl-devel
  711  yum install -y libgcrypt-devel
  715  yum install -y liblogging-devel
安装rsyslog
  716  cd rsyslog-8.18.0
  717  ./configure --enable-elasticsearch --enable-mmnormalize --enable-imfile --disable-liblogging-stdlog --enable-mysql --prefix=/usr/local/rsyslog
  718  make && make install

 

以上是关于编译安装rsyslog的主要内容,如果未能解决你的问题,请参考以下文章

Android 逆向Android 逆向通用工具开发 ( Android 平台运行的 cmd 程序类型 | Android 平台运行的 cmd 程序编译选项 | 编译 cmd 可执行程序 )(代码片段

是否可以动态编译和执行 C# 代码片段?

CentOS6.5配置rsyslog

RSyslog Windows Agen 安装配置

rsyslog的安装使用详解

rsyslog的安装使用详解