Created
May 5, 2016 07:45
-
-
Save markuskont/5a089ad5b33876210c204a9bf4e239bb to your computer and use it in GitHub Desktop.
Build rsyslog8 from source on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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