rebuilding apache24 and php70

Johan Hendriks joh.hendriks at gmail.com
Tue Dec 26 14:06:23 UTC 2017



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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
You can not use mod_php with MPM_EVENT or MPM_WORKER
To use mod_php you need MPM_PREFORK.

Regards
Johan


More information about the freebsd-ports mailing list