Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 85332 invoked from network); 26 Nov 2005 07:16:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Nov 2005 07:16:26 -0000 Received: (qmail 61789 invoked by uid 500); 26 Nov 2005 07:16:23 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 60863 invoked by uid 500); 26 Nov 2005 07:16:19 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 60846 invoked by uid 99); 26 Nov 2005 07:16:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 23:16:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 23:17:49 -0800 Received: from localhost (scotch.ics.uci.edu [128.195.24.168]) (authenticated bits=0) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id jAQ7FtaH028936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 Nov 2005 23:15:56 -0800 (PST) Date: Fri, 25 Nov 2005 23:16:02 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org cc: infrastructure@apache.org Subject: Re: 2.1.10-worker core dumps on minotaur Message-ID: In-Reply-To: <4383DE3C.60803@p6m7g8.com> References: <438343CB.9080002@slive.ca> <43837A3D.5020401@force-elite.com> <43837B7C.4090200@slive.ca> <4383DE3C.60803@p6m7g8.com> X-Mailer: Mulberry/4.0.4 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.2.0-r232569 (2005-08-13) on scotch.ics.uci.edu X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on scotch.ics.uci.edu X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.2.0-r232569 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --On November 22, 2005 10:13:00 PM -0500 "Philip M. Gollucci" wrote: > Also following on infra@, an obvious point, but if you switched from prefork > to worker, you need > to make sure you link against libpthread.so and not libc_r.so on freebsd 5.3+ This is only necessary for FreeBSD 5.3 - not FreeBSD 5.4. -- justin