Skip to content

Instantly share code, notes, and snippets.

@markuskont
Created May 5, 2016 07:45
Show Gist options
  • Save markuskont/5a089ad5b33876210c204a9bf4e239bb to your computer and use it in GitHub Desktop.
Save markuskont/5a089ad5b33876210c204a9bf4e239bb to your computer and use it in GitHub Desktop.
Build rsyslog8 from source on Ubuntu 16.04
#!/bin/bash
./configure \
--prefix=/opt/rsyslog8 \
--enable-extended-tests=yes \
--enable-imptcp \
--enable-imttcp \
--enable-impstats \
--enable-omstdout \
--enable-imfile \
--enable-mmsequence \
--enable-kmsg \
--enable-gnutls \
--enable-elasticsearch \
--enable-mmjsonparse \
--enable-imjournal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment