Date: Fri, 30 Jul 2004 08:51:30 +0200 From: Alex Dupre <ale@FreeBSD.org> To: Will McCutcheon <freebsd@toyingwithfate.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: 'Unable to read from thread kernel pipe' error in Apache Message-ID: <4109EFF2.5060003@FreeBSD.org> In-Reply-To: <200407300540.i6U5e5KC011765@toyingwithfate.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4109EFF2.5060003>