Date: Fri, 16 Jan 2004 00:11:27 -0700 From: BSD <bsd@xtremedev.com> To: Martin Nilsson <martin@gneto.com> Cc: ports@FreeBSD.org Subject: Re: apache2 worker and php4 problems Message-ID: <20040116071127.GA46055@Amber.XtremeDev.com> In-Reply-To: <40078224.3000504@gneto.com> References: <40078224.3000504@gneto.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040116071127.GA46055>