Difference between revisions of "Syslog-ng"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
|||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://www.balabit.com/downloads/files/syslog-ng/sources/ | + | | http://www.balabit.com/downloads/files/syslog-ng/sources/{{Syslog-ng-Version2}}/src/syslog-ng-{{Syslog-ng-Version}}.tar.gz |
|} | |} | ||
Revision as of 10:05, 14 September 2008
Download Source: | http://www.balabit.com/downloads/files/syslog-ng/sources/2.1/src/syslog-ng-2.1.4.tar.gz |
---|
Contents
Introduction to Syslog-ng
syslog-ng embodies the next generation of logging systems, and is the first truly flexible and scalable system logging application.
Project Homepage: http://www.balabit.com/network-security/syslog-ng/
Dependencies
Required
Optional
- TCP Wrappers
- libdbi (Required for SDL Support)
- libnet (Will never be required on linux)
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc/syslog-ng \ --localstatedir=/var/lib/syslog-ng --enable-spoof-source \ --enable-ipv6 --enable-tcp-wrapper && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.