From owner-freebsd-ports@FreeBSD.ORG Fri Jul 30 06:52:45 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 6B63A16A4CE for ; Fri, 30 Jul 2004 06:52:45 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id B324A43D5C for ; Fri, 30 Jul 2004 06:52:44 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6U6pULQ099419; Fri, 30 Jul 2004 08:51:36 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <4109EFF2.5060003@FreeBSD.org> Date: Fri, 30 Jul 2004 08:51:30 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Will McCutcheon 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> In-Reply-To: <200407300540.i6U5e5KC011765@toyingwithfate.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org 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 06:52:45 -0000 Will McCutcheon wrote: > Pardon my ignorance, but isn't the Apache 2 port built with prefork by > default? Yes. And if you use apache2 prefork, php is not compiled with threaded libs: # ldd /usr/local/libexec/apache2/libphp5.so /usr/local/libexec/apache2/libphp5.so: libcrypt.so.2 => /lib/libcrypt.so.2 (0x282af000) libm.so.2 => /lib/libm.so.2 (0x282c8000) libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x282e2000) libz.so.2 => /lib/libz.so.2 (0x283e3000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x283f4000) With php4 there are even less libraries. -- Alex Dupre