Hello Chanchal:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thanks for your reply but I&#39;m getting the same error message.&nbsp; I really don&#39;t want to move over to rsyslog.&nbsp; I&#39;ll work on this somemore later today.&nbsp; If I&#39;m unsuccessful, I&#39;ll switch over to rsyslog.&nbsp; The big mistake I made was to use Centos.&nbsp; Debian is more flexable with packages than Redhat clones.<br>
<br><div class="gmail_quote">On Mon, Feb 2, 2009 at 1:09 AM, Chanchal Verma <span dir="ltr">&lt;<a href="mailto:cverma2@csc.com">cverma2@csc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><font face="sans-serif" size="2">Hi Ezra,</font>
<br>
<br><font face="sans-serif" size="2">Below message indicates:</font>
<br><div class="Ih2E3d">
<br><font size="3">messages.h:28:20: error: evtlog.h: No such file or directory</font>
<br>
<br></div><font face="sans-serif" size="2">It is not able to find evtlog.h header
file in specified location (</font><font size="3">EVTLOG_CFLAGS=/usr/local/eventlog/include</font><font face="sans-serif" size="2">).
Check for evtloh.h file location and also modify your configuration option
as:</font>
<br>
<br><font size="3">./configure EVTLOG_CFLAGS=&quot;-I/usr/local/eventlog/include/eventlog&quot;
EVTLOG_LIBS=&quot;-L/usr/local/eventlog/lib&quot;</font>
<br>
<br><font size="3">Alternate option:</font>
<br><font size="3">You can define variable PKG_CONFIG_PATH=/usr/local/eventlog/lib/pkgconfig
and do ./configure residing in syslog-ng-2.1.1 directory followed by &#39;make&#39;
... should work fine :)</font>
<br>
<br><font face="sans-serif" size="2">--<br>
Chanchal Verma</font>
<br>
<br>
<br>
<table width="100%">
<tbody><tr valign="top">
<td width="40%"><font face="sans-serif" size="1"><b>Ezra Taylor &lt;<a href="mailto:ezra.taylor@gmail.com" target="_blank">ezra.taylor@gmail.com</a>&gt;</b>
</font>
<br><font face="sans-serif" size="1">Sent by: <a href="mailto:syslog-ng-bounces@lists.balabit.hu" target="_blank">syslog-ng-bounces@lists.balabit.hu</a></font>
<p><font face="sans-serif" size="1">02/01/2009 06:36 AM</font>
</p><table border="1">
<tbody><tr valign="top">
<td bgcolor="white">
<div align="center"><font face="sans-serif" size="1">Please respond to<br>
&quot;Syslog-ng users&#39; and developers&#39; mailing list&quot; &nbsp; &nbsp;
&nbsp; &nbsp;&lt;<a href="mailto:syslog-ng@lists.balabit.hu" target="_blank">syslog-ng@lists.balabit.hu</a>&gt;</font></div></td></tr></tbody></table>
<br>
</td><td width="59%">
<table width="100%">
<tbody><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">To</font></div>
</td><td><font face="sans-serif" size="1"><a href="mailto:syslog-ng@lists.balabit.hu" target="_blank">syslog-ng@lists.balabit.hu</a></font>
</td></tr><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">cc</font></div>
</td><td>
</td></tr><tr valign="top">
<td>
<div align="right"><font face="sans-serif" size="1">Subject</font></div>
</td><td><font face="sans-serif" size="1">[syslog-ng] Errors compiling syslog-ng
from source on Centos 5.2</font></td></tr></tbody></table>
<br>
<table>
<tbody><tr valign="top">
<td>
</td><td></td></tr></tbody></table>
<br></td></tr></tbody></table>
<br>
<br>
<br><font size="3"><div><div></div><div class="Wj3C7c">All:<br>
 &nbsp; &nbsp; &nbsp; I&#39;m having problems installing syslog-ng-2.1.1 from
source on Centos 5.2. &nbsp;I installed eventlog successfully. &nbsp;Eventlog
is located at /usr/local/eventlog. &nbsp;My configure script is below.
&nbsp;Note, make is failing. &nbsp;The output is below.<br>
<br>
./configure EVTLOG_CFLAGS=/usr/local/eventlog/include EVTLOG_LIBS=/usr/local/eventlog/lib.<br>
 <br>
<br>
syslog-ng Open Source Edition 2.1.1 configured<br>
 Compiler options:<br>
 &nbsp;compiler &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;: gcc<br>
 &nbsp;compiler options &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: -g -O2
-Wall &nbsp;-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include &nbsp;
/usr/local/eventlog/include &nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64<br>
 &nbsp;linker flags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:
&nbsp;-lnsl -lrt &nbsp;-lfl -L/lib64 -lglib-2.0 &nbsp; /usr/local/eventlog/lib
&nbsp;-lwrap <br>
 &nbsp;prefix &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;: /usr/local<br>
 Features:<br>
 &nbsp;Sun STREAMS support &nbsp; &nbsp; &nbsp; &nbsp; : no<br>
 &nbsp;Sun Door support &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
 &nbsp;Debug symbols &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :
no<br>
 &nbsp;Memtrace &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;: no<br>
 &nbsp;IPV6 support &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:
yes<br>
 &nbsp;spoof-source support &nbsp; &nbsp; &nbsp; &nbsp;: no<br>
 &nbsp;tcp-wrapper support &nbsp; &nbsp; &nbsp; &nbsp; : yes<br>
 &nbsp;SQL support &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
: no<br>
<br>
<br>
<br>
[etaylor@mytest syslog-ng-2.1.1]$ make<br>
make &nbsp;all-recursive<br>
make[1]: Entering directory `/home/etaylor/syslog-ng-2.1.1&#39;<br>
Making all in src<br>
make[2]: Entering directory `/home/etaylor/syslog-ng-2.1.1/src&#39;<br>
if gcc -DHAVE_CONFIG_H -I. -I. -I.. &nbsp; -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
&nbsp; /usr/local/eventlog/include &nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 &nbsp;-g -O2 -Wall -MT misc.o -MD -MP -MF &quot;.deps/misc.Tpo&quot;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-c -o misc.o `test -f &#39;misc.c&#39; || echo
&#39;./&#39;`misc.c; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;then mv -f &quot;.deps/misc.Tpo&quot; &quot;.deps/misc.Po&quot;;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp;else rm -f &quot;.deps/misc.Tpo&quot;; exit
1; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fi<br>
gcc: /usr/local/eventlog/include: linker input file unused because linking
not done<br>
if gcc -DHAVE_CONFIG_H -I. -I. -I.. &nbsp; -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
&nbsp; /usr/local/eventlog/include &nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 &nbsp;-g -O2 -Wall -MT utils.o -MD -MP -MF &quot;.deps/utils.Tpo&quot;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-c -o utils.o `test -f &#39;utils.c&#39; ||
echo &#39;./&#39;`utils.c; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;then mv -f &quot;.deps/utils.Tpo&quot; &quot;.deps/utils.Po&quot;;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp;else rm -f &quot;.deps/utils.Tpo&quot;; exit
1; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fi<br>
gcc: /usr/local/eventlog/include: linker input file unused because linking
not done<br>
if gcc -DHAVE_CONFIG_H -I. -I. -I.. &nbsp; -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
&nbsp; /usr/local/eventlog/include &nbsp; -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 &nbsp;-g -O2 -Wall -MT messages.o -MD -MP -MF &quot;.deps/messages.Tpo&quot;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;-c -o messages.o `test -f &#39;messages.c&#39;
|| echo &#39;./&#39;`messages.c; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;then mv -f &quot;.deps/messages.Tpo&quot; &quot;.deps/messages.Po&quot;;
\<br>
 &nbsp; &nbsp; &nbsp; &nbsp;else rm -f &quot;.deps/messages.Tpo&quot;;
exit 1; \<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fi<br>
In file included from messages.c:24:<br>
messages.h:28:20: error: evtlog.h: No such file or directory<br>
In file included from messages.c:24:<br>
messages.h:54: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39;
before &#39;*&#39; token<br>
messages.h:55: error: expected &#39;)&#39; before &#39;*&#39; token<br>
messages.c:41: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39;
before &#39;*&#39; token<br>
messages.c: In function &#39;msg_send_internal_message&#39;:<br>
messages.c:47: error: &#39;EVT_PRI_WARNING&#39; undeclared (first use in this function)<br>
messages.c:47: error: (Each undeclared identifier is reported only once<br>
messages.c:47: error: for each function it appears in.)<br>
messages.c: At top level:<br>
messages.c:63: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39;
before &#39;*&#39; token<br>
messages.c:81: error: expected &#39;)&#39; before &#39;*&#39; token<br>
messages.c: In function &#39;msg_log_func&#39;:<br>
messages.c:99: error: &#39;EVT_PRI_INFO&#39; undeclared (first use in this function)<br>
messages.c:102: error: &#39;EVT_PRI_DEBUG&#39; undeclared (first use in this function)<br>
messages.c:104: error: &#39;EVT_PRI_WARNING&#39; undeclared (first use in this
function)<br>
messages.c:106: error: &#39;EVT_PRI_ERR&#39; undeclared (first use in this function)<br>
messages.c:108: error: &#39;EVT_FAC_SYSLOG&#39; undeclared (first use in this function)<br>
messages.c: In function &#39;msg_init&#39;:<br>
messages.c:123: error: &#39;evt_context&#39; undeclared (first use in this function)<br>
messages.c:123: warning: implicit declaration of function &#39;evt_ctx_init&#39;<br>
messages.c:123: error: &#39;EVT_FAC_SYSLOG&#39; undeclared (first use in this function)<br>
messages.c: In function &#39;msg_deinit&#39;:<br>
messages.c:133: warning: implicit declaration of function &#39;evt_ctx_free&#39;<br>
messages.c:133: error: &#39;evt_context&#39; undeclared (first use in this function)<br>
make[2]: *** [messages.o] Error 1<br>
make[2]: Leaving directory `/home/etaylor/syslog-ng-2.1.1/src&#39;<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/etaylor/syslog-ng-2.1.1&#39;<br>
make: *** [all] Error 2<br>
<br>
<br>
<br>
<br>
 <br>
<br>
-- <br></div></div>
Ezra Taylor</font><font size="2"><tt>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
<br>
</tt></font>
<br><br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
<br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Ezra Taylor<br>