To compile syslog-ng Open Source Edition (OSE) from the source code, complete the following steps. Alternatively, you can buy pre-compiled binary packages for various platforms from the BalaBit webshop. When you buy a binary package, you automatically receive the latest version of syslog-ng OSE for your platform, and all updates for a year.
$ tar xvfz eventlog-x.x.x.x.tar.gzor the
$ gunzip -c eventlog-x.x.x.x.tar.gz | tar xvf -command. A new directory containing the source code of eventlog will be created.
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
$ ./configure
$ make
$ make install
tar xvfz syslog-ng-x.xx.tar.gzor the
unzip -c syslog-ng-x.xx.tar.gz | tar xvf -command. A new directory containing the source code of syslog-ng will be created.
$ ./configure
$ make
$ make install
$ ./configure --compile-time-option-name
For information on configuring syslog-ng, see the syslog-ng documentation.
Copyright 2000-2010 BalaBit IT Security
All rights reserved