<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"><<a href="mailto:algernon@balabit.hu" target="_blank">algernon@balabit.hu</a>></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 <<a href="mailto:rakesh.rajasekharan@gmail.com">rakesh.rajasekharan@gmail.com</a>> writes:<br>
<br>
> I am trying to compile syslog-ng version 3.3.7. But, the make stage of this<br>
> gives an error. below is the error I encounter.<br>
><br>
> gcc -Wall -g -O2 -o iv_popen_test iv_popen_test.o ../../.libs/libivykis.a<br>
> -lcl -lpthread<br>
> /usr/ccs/bin/ld: Unsatisfied symbols:<br>
> __sync_lock_test_and_set_4 (first referenced in<br>
> ../../.libs/libivykis.a(iv_signal.o)) (code)<br>
> collect2: ld returned 1 exit status<br>
><br>
> the configure option that I have specified are,<br>
><br>
> ./configure --enable-dynamic-linking<br>
> --prefix=/opt/soe/local/syslog-ng-3.3.7 --with-pidfile-dir=/var/run<br>
><br>
> 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's probably the least<br>
straightforward option. Do let me know if you're interested in doing<br>
that, though, and I'll give a link to the few patches you'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>