Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Forked from flavianmissi/rsyslog-install.sh
Created May 2, 2014 01:07
Show Gist options
  • Select an option

  • Save bugcy013/f2551368fdf7514c4e64 to your computer and use it in GitHub Desktop.

Select an option

Save bugcy013/f2551368fdf7514c4e64 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get -y install make libmysqlclient-dev x11-apps
wget http://www.rsyslog.com/files/download/rsyslog/rsyslog-4.6.1.tar.gz
tar xvf rsyslog-4.6.1.tar.gz
cd rsyslog-4.6.1
sudo mkdir /var/log/rsyslog # replace by your $WorkDirectory value, if any
./configure && make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment