Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 64083 invoked from network); 29 Aug 2010 00:25:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Aug 2010 00:25:22 -0000 Received: (qmail 86108 invoked by uid 500); 29 Aug 2010 00:25:19 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86030 invoked by uid 500); 29 Aug 2010 00:25:18 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86022 invoked by uid 99); 29 Aug 2010 00:25:18 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 00:25:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DATE_IN_PAST_12_24,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.229.52.226] (HELO freya.local) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Aug 2010 00:24:56 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by freya.local (Postfix) with ESMTP id A552E23C0DE for ; Sat, 28 Aug 2010 09:30:26 +0100 (BST) References: <4C788C6D.5070800@kdtc.net> In-Reply-To: <4C788C6D.5070800@kdtc.net> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Message-Id: <718F5312-D011-4758-938C-B1AFA0733D37@webthing.com> Content-Transfer-Encoding: quoted-printable From: Nick Kew Date: Sat, 28 Aug 2010 09:30:26 +0100 To: users@httpd.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] 2.2.16 and pthread On 28 Aug 2010, at 05:11, CC wrote: > Hi, >=20 > I just downloaded 2.2.16 and am trying to compile it, but I'm getting > an error: >=20 > /usr/lib/apr-1.3.3/build-1/libtool --silent --mode=3Dlink = i486-slackware-linux-gcc -pthread -L/usr/local/ssl/lib -o htpasswd = htpasswd.lo -lm /home/compile/httpd-2.2.16/srclib/pcre/libpcre.la = /usr/lib/libaprutil-1.la -ldb-4.4 -lexpat /usr/lib/libapr-1.la -luuid = -lrt -lcrypt -lpthread -ldl > /usr/lib/libapr-1.so: undefined reference to = `pthread_mutexattr_setprotocol@GLIBC_2.4' > /usr/lib/libapr-1.so: undefined reference to = `pthread_mutexattr_setrobust_np@GLIBC_2.4' > /usr/lib/libapr-1.so: undefined reference to = `pthread_mutex_consistent_np@GLIBC_2.4' Have you got multiple versions of some core libraries on there? It looks as if your /usr/lib/libpthread.so may be incompatible with the = version against which APR was built. Possibly you need to reinstall APR, preferably = without anything C++-ish in the build. And 'update all' with your package = manager first, to reduce the likelihood of being hit with similar problems in future! --=20 Nick Kew= --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org