<div>Hello Pal,</div>
<div> </div>
<div>I was able to get the PHCO_33282 patch and applied it on my 11.11 machine. PHCO_37940 is fo rthe 11.23 HPUX versions hence can&#39;t install that.</div>
<div> </div>
<div># swlist -a patch_state *,c=patch |grep PHCO_33282<br># PHCO_33282<br>  PHCO_33282.C-MIN-32ALIB                       applied<br>  PHCO_33282.C-MIN-64ALIB                       applied<br>  PHCO_33282.CORE-64SLIB                        applied<br>
  PHCO_33282.CORE-SHLIBS                        applied<br>  PHCO_33282.PAUX-ENG-A-MAN                     applied<br>#<br></div>
<div>But, even after applying this, I still get the same errors regarding pthread.</div>
<div> </div>
<div>I am curious to know if I should actually be compiling on this 11.11 machine at the first place. </div>
<div>I mean, is the syslog-ng 3.3.4 compatible with the 11.11 version. The previous version that I was using on this machine is 3.0.7.</div>
<div>Is there a place I can check the compatible OS&#39;s .</div>
<div> </div>
<div>Thanks &amp; Regards,</div>
<div>Rakesh</div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Wed, May 30, 2012 at 3:51 PM, Lennert Buytenhek <span dir="ltr">&lt;<a href="mailto:buytenh@wantstofly.org" target="_blank">buytenh@wantstofly.org</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div class="im">On Wed, May 30, 2012 at 12:02:50PM +0200, Pal Tamas wrote:<br><br>&gt; The smaller problem that ivykis&#39; autoconfuse doesn&#39;t check for these<br>&gt; pthread_* functions, but expects them to exist.<br>
<br></div>Upstream <a href="http://configure.ac/" target="_blank">configure.ac</a> has this check:<br><br>AC_SEARCH_LIBS([pthread_atfork], [pthread], [],<br>       AC_MSG_ERROR(pthreads support is required to build ivykis.))<br>
<br>(It used to check for pthread_create, but on Linux that would lead to<br>the earlier -lrt dependency (for clock_gettime()) implicitly pulling<br>in -lpthread but not libpthread_nonshared.a.)<br>
<div class="HOEnZb">
<div class="h5">______________________________________________________________________________<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></div></div></blockquote></div><br>