Enable "mod_cgi" module in lighttpd.conf and start lighttpd with: /usr/sbin/lighttpd -c /etc/lighttpd.conf The daemon fails to start when loading mod_cgi, there is a undefined symbol "chunkqueue_written". Error messages: dlopen() failed for: /usr/lib64/mod_cgi.so:undefined symbol "chunkqueue_written" loading plugins finally failed
1. Build project and boot on target. 2. Enable "mod_cgi" in /etc/lighttpd.conf 3. Run "/usr/sbin/lighttpd -c /etc/lighttpd.conf" attached the "lighttpd.conf".