<div>Nate,</div>
<div>&nbsp;</div>
<div>Thanks for replying. I did try that but I get the same results... UDP destinations work until I add the spoof_source to the destination.</div>
<div>&nbsp;</div>
<div>How does the spoof_source work? Does it call some external library that I have the wrong version of on the Solaris9 boxes? What about lex? I also ran debug on the syslog-ng runtime and it just spews a bunch of senseless info. Might it be helpful if I post that?
</div>
<div>&nbsp;</div>
<div>Thanks for your help!</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/11/05, <b class="gmail_sendername">Nate Campi</b> &lt;<a href="mailto:nate@campin.net">nate@campin.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I'd just compile it on Solaris 8 and copy the binary over to the Solaris<br>9 box until a fix was found (or
</blockquote><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">never bother).<br><br>On Tue, Oct 11, 2005 at 03:27:38PM -0400, Chance Ellis wrote:<br>&gt; Can someone please point me in a direction on where I could get some help
<br>&gt; with this?<br>&gt;<br>&gt; On 10/6/05, Chance Ellis &lt;<a href="mailto:chance.ellis@gmail.com">chance.ellis@gmail.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Has anyone else had problems doing spoof_source on Solaris 9???
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;On 10/4/05, Chance Ellis &lt;<a href="mailto:chance.ellis@gmail.com">chance.ellis@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Here is just a snippet from the configure output:
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; checking pthread.h presence... yes<br>&gt; &gt; &gt; checking for pthread.h... yes<br>&gt; &gt; &gt; checking for pthread_create in -lpthread... yes<br>&gt; &gt; &gt; checking whether to enable Sun STREAMS support... yes
<br>&gt; &gt; &gt; checking whether to enable Sun door support... yes<br>&gt; &gt; &gt; checking whether to enable TCP wrapper support... no<br>&gt; &gt; &gt; checking whether to enable spoof_source support... yes<br>&gt; &gt; &gt; checking how to enable static linking for certain libraries... no clues,
<br>&gt; &gt; &gt; linking<br>&gt; &gt; &gt; everything dynamically, please send appropriate ld arguments to<br>&gt; &gt; &gt; syslog-ng@lists<br>&gt; &gt; &gt; .balabit.hu<br>&gt; &gt; &gt; checking libol version &gt;= 0.3.16..
. ok<br>&gt; &gt; &gt; configure: creating ./config.status<br>&gt; &gt; &gt; config.status: creating Makefile<br>&gt; &gt; &gt; config.status: creating src/Makefile<br>&gt; &gt; &gt; config.status: creating src/tests/Makefile
<br>&gt; &gt; &gt; config.status : creating doc/Makefile<br>&gt; &gt; &gt; config.status : creating doc/sgml/Makefile<br>&gt; &gt; &gt; config.status: creating contrib/Makefile<br>&gt; &gt; &gt; config.status: creating syslog-ng.spec
<br>&gt; &gt; &gt; config.status: creating src/config.h<br>&gt; &gt; &gt; config.status: src/config.h is unchanged<br>&gt; &gt; &gt; config.status: executing depfiles commands<br>&gt; &gt; &gt;&nbsp;&nbsp; Am I still missing something? This work on my Solaris 8 server, but
<br>&gt; &gt; &gt; not on my Solaris 9 box.<br>&gt; &gt; &gt;&nbsp;&nbsp;Thanks!<br>&gt; &gt; &gt;&nbsp;&nbsp;On 10/4/05, Gerardo Amaya &lt;<a href="mailto:joseg@galileo.edu">joseg@galileo.edu</a> &gt; wrote:<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Chance Ellis wrote:
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; I am running syslog-ng 1.6.8 on Solaris 9. I recompiled with the<br>&gt; &gt; &gt; &gt; &gt; --enable-spoof-source configure option.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Here is my config:
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &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;&lt;<a href="http://10.159.234.52">
http://10.159.234.52</a><br>&gt; &gt; &gt; &gt; &gt;&quot;<br>&gt; &gt; &gt; &gt; &gt; port(514) spoof_source(yes)); };<br>&gt; &gt; &gt; &gt; &gt; filter f_squelch_acl { match(&quot;list squelch denied&quot;); };<br>&gt; &gt; &gt; &gt; &gt; log { source(net); filter(f_squelch_acl);
<br>&gt; &gt; &gt; &gt; destination(d_squelch_acl);};<br>&gt; &gt; &gt; &gt; &gt; source net { udp(); };<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; If I start syslog-ng without spoof_source(yes) option, all messages
<br>&gt; &gt; &gt; &gt; &gt; matching are forwarded to the machine in the destination. If I<br>&gt; &gt; &gt; &gt; change<br>&gt; &gt; &gt; &gt; &gt; to spoof_source(yes) nothing gets forwarded at all. I do not get any<br>
&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; errors when I start syslog-ng, like &quot;spoof-source support not<br>&gt; &gt; &gt; &gt; compiled<br>&gt; &gt; &gt; &gt; &gt; in&quot; which I get on other boxes I have not recompiled on yet.
<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Any ideas?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; Chance<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;------------------------------------------------------------------------
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;_______________________________________________<br>&gt; &gt; &gt; &gt; &gt;syslog-ng maillist - <a href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu
</a><br>&gt; &gt; &gt; &gt; &gt; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>&gt; &gt; &gt; &gt; &gt;Frequently asked questions at<br>&gt; &gt; &gt; &gt; 
<a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; when you run the configure did you get in the result?
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; checking whether to enable spoof_source support....... yes<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Sometimes it did not find the library where is suppose to be. your<br>
&gt; &gt; &gt; &gt; config looks ok. can you confirm on this?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; best regards<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Gerardo Amaya<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt;<br>&gt; &gt;<br><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><br><br>--<br>Nate<br>
<br>&quot;The mind is everything. What you think you become.&quot; - Buddha<br><br>_______________________________________________<br>syslog-ng maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu
</a><br><a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>Frequently asked questions at <a href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html
</a><br><br></blockquote></div><br>