<div>Here is just a snippet from the configure output:</div>
<div> </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> 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 >=
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> </div>
<div> </div>
<div>Am I still missing something? This work on my Solaris 8 server, but not on my Solaris 9 box.</div>
<div> </div>
<div>Thanks!<br> </div>
<div><span class="gmail_quote">On 10/4/05, <b class="gmail_sendername">Gerardo Amaya</b> <<a href="mailto:joseg@galileo.edu">joseg@galileo.edu</a>> 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>> I am running syslog-ng 1.6.8 on Solaris 9. I recompiled with the<br>> --enable-spoof-source configure option.
<br>><br>> Here is my config:<br>><br>> destination d_squelch_acl { udp("<a href="http://10.159.234.52">10.159.234.52</a> <<a href="http://10.159.234.52">http://10.159.234.52</a>>"<br>> port(514) spoof_source(yes)); };
<br>> filter f_squelch_acl { match("list squelch denied"); };<br>> log { source(net); filter(f_squelch_acl); destination(d_squelch_acl);};<br>> source net { udp(); };<br>><br>><br>> If I start syslog-ng without spoof_source(yes) option, all messages
<br>> matching are forwarded to the machine in the destination. If I change<br>> to spoof_source(yes) nothing gets forwarded at all. I do not get any<br>> errors when I start syslog-ng, like "spoof-source support not compiled
<br>> in" which I get on other boxes I have not recompiled on yet.<br>><br>> Any ideas?<br>><br>> Chance<br>><br>><br>><br>>------------------------------------------------------------------------
<br>><br>>_______________________________________________<br>>syslog-ng maillist - <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>><br>><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. your<br>config looks ok. can you confirm on this?<br><br>best regards<br><br>Gerardo Amaya
<br></blockquote></div><br>