From owner-freebsd-ports@FreeBSD.ORG Fri Jul 30 20:30:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62AE716A4CF for ; Fri, 30 Jul 2004 20:30:02 +0000 (GMT) Received: from ms-smtp-01.rdc-nyc.rr.com (ms-smtp-01-smtplb.rdc-nyc.rr.com [24.29.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C3943D69 for ; Fri, 30 Jul 2004 20:30:01 +0000 (GMT) (envelope-from freebsd@toyingwithfate.com) Received: from toyingwithfate.com (66-108-61-89.nyc.rr.com [66.108.61.89]) i6UKT16l011440 for ; Fri, 30 Jul 2004 16:29:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toyingwithfate.com (8.12.9p1/8.12.9) with ESMTP id i6UKLGKC017307 for freebsd-ports@FreeBSD.org; Fri, 30 Jul 2004 16:28:51 -0400 (EDT) (envelope-from freebsd@toyingwithfate.com) Date: Fri, 30 Jul 2004 16:21:16 -0400 (EDT) Message-Id: <200407302028.i6UKLGKC017307@toyingwithfate.com> From: Will McCutcheon To: freebsd-ports@FreeBSD.org In-Reply-To: <4109EFF2.5060003@FreeBSD.org> References: <20040715225910.6f14220f.sheepkiller@cultdeadsheep.org> <20040715214806.4bc8a4ee.sheepkiller@cultdeadsheep.org> <200407150539.i6F5dCZY004459@toyingwithfate.com> <200407152004.i6FK3eKC049113@toyingwithfate.com> <200407160529.i6G5MPKC052059@toyingwithfate.com> <20040716111515.1499690e.sheepkiller@cultdeadsheep.org> <200407161620.i6GGJkKC056366@toyingwithfate.com> <20040716191102.605232f0.sheepkiller@cultdeadsheep.org> <200407281807.i6SI7TKC099225@toyingwithfate.com> <41081B71.3070300@FreeBSD.org> <200407300540.i6U5e5KC011765@toyingwithfate.com> <4109EFF2.5060003@FreeBSD.org> X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on toyingwithfate.com X-Virus-Status: Clean Subject: Re: 'Unable to read from thread kernel pipe' error in Apache X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 20:30:02 -0000 Okay, I'm a bit confused. You say that I should run Apache prefork if I want stability, but I'm already running prefork (at least as near as I can tell: see my last e-mail). Additionally, my install of the php4 port doesn't appear to be threaded: $ ldd /usr/local/libexec/apache2/libphp4.so /usr/local/libexec/apache2/libphp4.so: libcrypt.so.2 => /lib/libcrypt.so.2 (0x28252000) libm.so.2 => /lib/libm.so.2 (0x2826b000) I expect that I'm misunderstanding something somewhere, but it seems to me like I'm already doing the things that are being suggested. Can anyone shed any light on this? Thanks so much for everyone's help, I really appreciate it. W