From owner-freebsd-ports@FreeBSD.ORG Thu Jan 15 23:11:30 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 0430716A4CE for ; Thu, 15 Jan 2004 23:11:30 -0800 (PST) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B6D43D45 for ; Thu, 15 Jan 2004 23:11:28 -0800 (PST) (envelope-from bsd@xtremedev.com) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id 61CA611A8B; Fri, 16 Jan 2004 00:11:28 -0700 (MST) Received: from mail.XtremeDev.com ([127.0.0.1]) by localhost (Amber.XtremeDev.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95341-02-3; Fri, 16 Jan 2004 00:11:27 -0700 (MST) Received: by mail.XtremeDev.com (Postfix, from userid 1001) id 9605A11A1F; Fri, 16 Jan 2004 00:11:27 -0700 (MST) Date: Fri, 16 Jan 2004 00:11:27 -0700 From: BSD To: Martin Nilsson Message-ID: <20040116071127.GA46055@Amber.XtremeDev.com> References: <40078224.3000504@gneto.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40078224.3000504@gneto.com> User-Agent: Mutt/1.5.5.1i X-Virus-Scanned: by amavisd-new at xtremedev.com cc: ports@FreeBSD.org Subject: Re: apache2 worker and php4 problems 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, 16 Jan 2004 07:11:30 -0000 On Fri, Jan 16, 2004 at 07:18:12AM +0100, Martin Nilsson wrote: > I've just cvsuped & compiled fresh versions of apache2, imp3, phpmyadmin > and all depends on 4.9-STABLE from Jan 1. > > when accessing http://euklides/horde/ I get lots of these in the apache log: > [Fri Jan 16 07:00:29 2004] [notice] child pid 64665 exit signal Illegal > instruction (4) > > and only the lower part of the horde screen (the one with the icons) are > displayed > > When accessing http://euklides/phpMyAdmin/ I get this in the log: > [Fri Jan 16 07:13:17 2004] [notice] child pid 64697 exit signal > Segmentation fault (11) > > It seems like the php4 port does not work with a threaded apache2. Yeah, I ran into this as well trying apache2 with threading activated. It is a known issue with php4 since all the extensions are not thread safe. I don't know if this is a solvable issue... I wish it where, I'd like to have apache2 threaded on my system. > These ports that are installed: > apache-worker-2.0.48_3 > php4-horde-4.3.4_5 > phpMyAdmin-2.5.4 > imp-3.2.2 > > I have the following in /etc/make.conf > # imp3 > WITH_APACHE2=1 > WITHOUT_IMAPSERVER=1 > > # Apache2 > WITH_MPM=worker > > CPUTYPE=p3 > CFLAGS= -O -pipe > COPTFLAGS= -O -pipe > > Thanks for any help, > Martin > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"