Hi guys,
i want to install the syslog-ng in my linux.according to the install handbook ,Syslog-ng relies on a number of third party libraries in order to be compiled, these are:
* libnet if spoof-source support is enabled in configure
(--enable-spoof-source)
* libwrap (aka TCP wrappers) if their use is enabled in configure
(--enable-tcp-wrapper)
* Glib a generic I/O library used by a wide variety of applications
* EventLog a generic event logging library developed by BalaBit
and i have libnet,Glib and Eventlog installed ,(because the libwrap has been installed as default ,i didn't do it )
after i type the command ./configure ,however,it stoped as following:
checking for EVTLOG... Requested 'eventlog >=0.2' but version of Eventlog is no
configure:error :Cannot find eventlog version >=0.2:is pkg-config in path?
as i am a freshman ,don't have much knowledge of syslog-ng .what should i do
next ,can someone with warm heart help me ,i hope get some detail tutorial
my email is
taka1112004@163.comby the way,the package's respective version is like following:
syslog-ng `````````````````````2.0.6
libnet``````````````````````````1.1.2.1
eventlog``````````````````````` 0.2.5
glib````````````````````````````2.12.1
appreciate!