Difference between revisions of "Eventlog"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.balabit.com/downloads/files/eventlog/0.2/eventlog-0.2.5.tar.gz |} ---- {{Package-I...) |
m (fixed download source link) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://www.balabit.com/downloads/files/eventlog/ | + | | http://www.balabit.com/downloads/files/eventlog/{{Eventlog-Version2}}/eventlog_{{Eventlog-Version}}.tar.gz |
|} | |} | ||
Line 58: | Line 58: | ||
make install | make install | ||
+ | |||
+ | |||
+ | [[Category:General Libs]] |
Latest revision as of 22:01, 10 March 2009
Download Source: | http://www.balabit.com/downloads/files/eventlog/0.2/eventlog_0.2.9.tar.gz |
---|
Contents
Introduction to Eventlog
The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages.
Project Homepage: http://www.balabit.com/network-security/syslog-ng/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install