Hello guys,
after updating my raspberry pi i encountered problems restarting lighttpd. I am not sure why this problem appears.
The output of systemctl status lighttpd is:
Dez 25 23:12:38 cloudheim lighttpd-angel[302]: /usr/bin/php-cgi: relocation error: /usr/bin/php-cgi: symbol , version GLIBC_2.4 not defined in file libc.so.6 with link time reference
Dez 25 23:12:38 cloudheim lighttpd-angel[302]: lighttpd-angel.c.139: child (pid=303) exited normally with exitcode: 255
The lighttpd error.log says:
2014-12-25 22:58:34: (mod_fastcgi.c.2838) ERROR: spawning fcgi failed.
2014-12-25 22:58:34: (mod_fastcgi.c.1754) connect failed: Connection refused on unix:/tmp/php.socket-0
2014-12-25 22:58:34: (mod_fastcgi.c.3021) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 1 load: 3
2014-12-25 22:58:34: (mod_fastcgi.c.1112) the fastcgi-backend /usr/bin/php-cgi failed to start:
2014-12-25 22:58:34: (mod_fastcgi.c.1116) child exited with status 127 /usr/bin/php-cgi
2014-12-25 22:58:34: (mod_fastcgi.c.1119) 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.
fcgi is installed and lighttpd is configured to use it. It worked until the update. Any idea, what this problem is about? Or is this a bug i should report?