Manchmal tritt der folgende Fehler unter FFP0.5 in den Logdateien des lighttpd auf, weshalb der Webserver nicht startet:

1
2
3
4
5
6
7
(log.c.172) server started
(mod_fastcgi.c.1087) the fastcgi-backend /ffp/bin/php-cgi failed to start:
(mod_fastcgi.c.1091) child exited with status 16 /ffp/bin/php-cgi
(mod_fastcgi.c.1094) If you’re trying to run your app as a FastCGI backend, make sure you’re using the FastCGI-enabled version.
If this is PHP on Gentoo, add ‘fastcgi’ to the USE flags.
(mod_fastcgi.c.1398) [ERROR]: spawning fcgi failed.
(server.c.928) Configuration of plugins failed. Going down.

Das Problem ist schnell behoben, indem das Paket “curl” installiert wird. Hintergrund ist die Entscheidung, die curl-extensions in php mit aufzunehmen, was seit dem Paket der Version 5.2.9 der Fall ist.

So schnell gehts, wenn man mein Repository eingebunden hat:

1
funpkg -i /ffp/pkg/additional/*/curl-*.tgz

Dann den lighttpd wie gewohnt starten :)