Date: Tue, 26 Dec 2017 15:06:19 +0100 From: Johan Hendriks <joh.hendriks@gmail.com> To: "@lbutlr" <kremels@kreme.com> Cc: freebsd-ports@freebsd.org Subject: Re: rebuilding apache24 and php70 Message-ID: <e32cd4a4-93a2-27e0-ae8a-9c18f352e2de@gmail.com> In-Reply-To: <105991D8-438F-4CA3-9CEB-0C4241AA709E@kreme.com> References: <105991D8-438F-4CA3-9CEB-0C4241AA709E@kreme.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Op 26/12/2017 om 11:38 schreef @lbutlr: > with ports tree updated as of today, I've done > > portmaster -fR php70 > portmaster -fR mod_php70 > portmaster -fR apache24 > > When trying to launch apache, I get the following error: > > httpd: Syntax error on line 153 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/libphp7.so into server: /usr/local/libexec/apache24/libphp7.so: No space available for static Thread Local Storage > > (apache does launch) > > apache was configured with MPM_EVENT and MPM_SHARED, and both mod_php and php70 with ZTS and LINKTHR. > > I've no idea where to proceed from here. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" You can not use mod_php with MPM_EVENT or MPM_WORKER To use mod_php you need MPM_PREFORK. Regards Johan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e32cd4a4-93a2-27e0-ae8a-9c18f352e2de>