<div dir="ltr">thanks... I compiled the ivykis version 0.36 and after that did not face the error again....<div><br></div><div style>Regards,</div><div style>Rakesh.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jan 22, 2013 at 2:33 PM, Gergely Nagy <span dir="ltr">&lt;<a href="mailto:algernon@balabit.hu" target="_blank">algernon@balabit.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">Rakesh Rajasekharan &lt;<a href="mailto:rakesh.rajasekharan@gmail.com">rakesh.rajasekharan@gmail.com</a>&gt; writes:<br>
<br>
&gt; I am trying to compile syslog-ng version 3.3.7. But, the make stage of this<br>
&gt; gives an error. below is the error I encounter.<br>
&gt;<br>
&gt; gcc -Wall -g -O2 -o iv_popen_test iv_popen_test.o  ../../.libs/libivykis.a<br>
&gt; -lcl -lpthread<br>
&gt; /usr/ccs/bin/ld: Unsatisfied symbols:<br>
&gt;    __sync_lock_test_and_set_4 (first referenced in<br>
&gt; ../../.libs/libivykis.a(iv_signal.o)) (code)<br>
&gt; collect2: ld returned 1 exit status<br>
&gt;<br>
&gt; the configure option that I have specified are,<br>
&gt;<br>
&gt; ./configure --enable-dynamic-linking<br>
&gt; --prefix=/opt/soe/local/syslog-ng-3.3.7 --with-pidfile-dir=/var/run<br>
&gt;<br>
&gt; please help me fix this error.<br>
<br>
</div></div>This is because the ivykis shipped with 3.3 does not support hpux. There<br>
are a couple of ways to work around this:<br>
<br>
- You can use syslog-ng 3.4.0rc2, which includes an updated ivykis<br>
<br>
- You can download ivykis separately (I suggest using 0.36.1[1]),<br>
  installing it, and using --with-ivykis=system when configuring<br>
  syslog-ng.<br>
<br>
   [1]: <a href="https://github.com/buytenh/ivykis/archive/v0.36.1.tar.gz" target="_blank">https://github.com/buytenh/ivykis/archive/v0.36.1.tar.gz</a><br>
<br>
- You can also patch ivykis, but that&#39;s probably the least<br>
  straightforward option. Do let me know if you&#39;re interested in doing<br>
  that, though, and I&#39;ll give a link to the few patches you&#39;ll likely<br>
  need.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
|8]<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.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</font></span></blockquote></div><br></div>