From owner-freebsd-threads@FreeBSD.ORG Mon Jun 7 03:56:59 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ABF516A4CE; Mon, 7 Jun 2004 03:56:59 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241B843D45; Sun, 6 Jun 2004 20:56:59 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i573uwtD011570; Sun, 6 Jun 2004 23:56:58 -0400 (EDT) Date: Sun, 6 Jun 2004 23:56:58 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Sean McNeil In-Reply-To: <1086569050.66929.2.camel@server.mcneil.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-amd64@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: more symbol binding problems X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 03:56:59 -0000 On Sun, 6 Jun 2004, Sean McNeil wrote: > On Sun, 2004-06-06 at 17:25, Daniel Eischen wrote: > > On Sun, 6 Jun 2004, Sean McNeil wrote: > > > > > I have another one that I can't explain. apache2 and libphp4. > > > > > > The php4 shared library that is pulled into apache2 has the following > > > (with pthread mapped to libc_r): > > > > > > /usr/local/libexec/apache2/libphp4.so: > > [ ... ] > > > libssl.so.3 => /usr/lib/libssl.so.3 (0x202538000) > > > libcrypto.so.3 => /lib/libcrypto.so.3 (0x202672000) > > > libpthread.so.1 => /usr/lib/libc_r.so.5 (0x2027c5000) > > > libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x2028f0000) > > > libc.so.5 => /lib/libc.so.5 (0x20062a000) You really want to look at the executable (httpd?) too. What does 'ldd' on it show? -- Dan Eischen