Hi Markus,
IPv6 works fine, but when I use IPv4 only, mongoose won't start like before, even with explicitely declared interface:
tc@box:~$ sudo mongoose -listening_ports 80
set_ports_option: cannot bind to 80: Address family not supported by protocol
Failed to start Mongoose.
tc@box:~$ sudo mongoose -listening_ports 0.0.0.0:80
set_ports_option: cannot bind to 0.0.0.0:80: Address family not supported by protocol
Failed to start Mongoose.
tc@box:~$ sudo mongoose -listening_ports 192.168.0.111:80
set_ports_option: cannot bind to 192.168.0.111:80: Address family not supported by protocol
Failed to start Mongoose.
tc@box:~$ tce-load -i /mnt/mmcblk0p2/tce/optional/ipv6-3.12.1-piCore\+.tcz
/mnt/mmcblk0p2/tce/optional/ipv6-3.12.1-piCore+.tcz: OK
tc@box:~$ sudo modprobe ipv6
tc@box:~$ sudo mongoose -listening_ports 80
Mongoose web server v. 3.8 started on port(s) 80 with web root [.]
What do you think about two packages, monoogse and mongoose_ipv6?
Cheers,
Patrick