Actions
Bug #191
closedProblems running lighttpd 1.3.16 on cygwin
Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
Lighttpd 1.3.16, configured & installed like this on cygwin:
$ ./configure --prefix=/opt/lighttpd --sysconfdir=/etc/opt/lighttpd --sharedstatedir=/var/opt/lighttpd; make; make install
Fails to start with
"Die Anwendung konnte nicht gestartet werden, weil cyglightcomp.dll nicht gefunden wurde." (Something like "the application could not be started, because cyglightcomp.dll could not be found".
/opt/lighttpd/lib/ contains:
$ ls /opt/lighttpd/lib/ | grep -v "mod_"
liblightcomp.dll.a
liblightcomp.la
when started like this:
$ /opt/lighttpd/sbin/lighttpd.exe -f /etc/opt/lighttpd/lighttpd.conf
-- sebastian
Updated by jan over 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
copy cyglightcomp.dll from .../bin to .../sbin
Actions
Also available in: Atom