Hello Pal,
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't install that.
# swlist -a patch_state *,c=patch |grep PHCO_33282
# PHCO_33282
PHCO_33282.C-MIN-32ALIB applied
PHCO_33282.C-MIN-64ALIB applied
PHCO_33282.CORE-64SLIB applied
PHCO_33282.CORE-SHLIBS applied
PHCO_33282.PAUX-ENG-A-MAN applied
#
But, even after applying this, I still get the same errors regarding pthread.
I am curious to know if I should actually be compiling on this 11.11 machine at the first place.
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.
Is there a place I can check the compatible OS's .
Thanks & Regards,
Rakesh
On Wed, May 30, 2012 at 3:51 PM, Lennert Buytenhek
<buytenh@wantstofly.org> wrote:
On Wed, May 30, 2012 at 12:02:50PM +0200, Pal Tamas wrote:
> The smaller problem that ivykis' autoconfuse doesn't check for these
> pthread_* functions, but expects them to exist.
Upstream configure.ac has this check:
AC_SEARCH_LIBS([pthread_atfork], [pthread], [],
AC_MSG_ERROR(pthreads support is required to build ivykis.))
(It used to check for pthread_create, but on Linux that would lead to
the earlier -lrt dependency (for clock_gettime()) implicitly pulling
in -lpthread but not libpthread_nonshared.a.)