Date: Tue, 26 Dec 2017 17:13:48 +0100 From: Kurt Jaeger <lists@opsec.eu> To: "@lbutlr" <kremels@kreme.com> Cc: freebsd-ports@freebsd.org Subject: Re: rebuilding apache24 and php70 Message-ID: <20171226161348.GH2827@home.opsec.eu> 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
Hi! > 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) Please also note that this procedure helps with the load sequence of PHP modules. For whatever reasons, having it in the wrong sequence causes apache to die as well. cd /tmp/ fetch https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh chmod 755 fixphpextorder.sh cd /usr/local/etc/php cat ext-*ini > extensions.ini /tmp/fixphpextorder.sh mv extensions.ini.new extensions.ini rm ext-*ini -- pi@opsec.eu +49 171 3101372 3 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171226161348.GH2827>