<div>Here is just a snippet from the configure output:</div>
<div>&nbsp;</div>
<div><br>checking pthread.h presence... yes<br>checking for pthread.h... yes<br>checking for pthread_create in -lpthread... yes<br>checking whether to enable Sun STREAMS support... yes<br>checking whether to enable Sun door support... yes 
<br>checking whether to enable TCP wrapper support... no<span class="q"><br>checking whether to enable spoof_source support... yes<br></span>checking how to enable static linking for certain libraries... no clues, linking
<br>&nbsp;everything dynamically, please send appropriate ld arguments to <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:syslog-ng@lists" target="_blank">syslog-ng@lists</a><br>.balabit.hu<br>checking libol version &gt;= 
0.3.16... ok<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating src/Makefile <br>config.status: creating src/tests/Makefile<br>config.status: creating doc/Makefile<br>config.status
: creating doc/sgml/Makefile<br>config.status: creating contrib/Makefile<br>config.status: creating syslog-ng.spec<br>config.status: creating src/config.h<br>config.status: src/config.h is unchanged<br>config.status: executing depfiles commands
<br>&nbsp;</div>
<div>&nbsp;</div>
<div>Am I still missing something? This work on my Solaris 8 server, but not on my Solaris 9 box.</div>
<div>&nbsp;</div>
<div>Thanks!<br>&nbsp;</div>
<div><span class="gmail_quote">On 10/4/05, <b class="gmail_sendername">Gerardo Amaya</b> &lt;<a href="mailto:joseg@galileo.edu">joseg@galileo.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Chance Ellis wrote:<br><br>&gt; I am running syslog-ng 1.6.8 on Solaris 9. I recompiled with the<br>&gt; --enable-spoof-source configure option.
<br>&gt;<br>&gt; Here is my config:<br>&gt;<br>&gt; destination d_squelch_acl { udp(&quot;<a href="http://10.159.234.52">10.159.234.52</a> &lt;<a href="http://10.159.234.52">http://10.159.234.52</a>&gt;&quot;<br>&gt; port(514) spoof_source(yes)); };
<br>&gt; filter f_squelch_acl { match(&quot;list squelch denied&quot;); };<br>&gt; log { source(net); filter(f_squelch_acl); destination(d_squelch_acl);};<br>&gt; source net { udp(); };<br>&gt;<br>&gt;<br>&gt; If I start syslog-ng without spoof_source(yes) option, all messages
<br>&gt; matching are forwarded to the machine in the destination. If I change<br>&gt; to spoof_source(yes) nothing gets forwarded at all. I do not get any<br>&gt; errors when I start syslog-ng, like &quot;spoof-source support not compiled
<br>&gt; in&quot; which I get on other boxes I have not recompiled on yet.<br>&gt;<br>&gt; Any ideas?<br>&gt;<br>&gt; Chance<br>&gt;<br>&gt;<br>&gt;<br>&gt;------------------------------------------------------------------------
<br>&gt;<br>&gt;_______________________________________________<br>&gt;syslog-ng maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a><br>&gt;<a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">
https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>&gt;Frequently asked questions at <a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><br>&gt;<br>&gt;<br>&gt;<br>when you run the configure did you get in the result?
<br><br>checking whether to enable spoof_source support....... yes<br><br>Sometimes it did not find the library where is suppose to be.&nbsp;&nbsp;your<br>config looks ok. can you confirm on this?<br><br>best regards<br><br>Gerardo Amaya
<br></blockquote></div><br>