latik / xbt

Automatically exported from code.google.com/p/xbt
0 stars 0 forks source link

FreeBSD 8.2 setsockopt failed: 2 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when I run xbt on FreeBSD I get the message:
setsockopt failed: 2

but the announcer is working properly

Is this problem an error? how to fix it?

compile am submitting additional changes in the make.sh:
DEL: g++ $@ -DEPOLL -DNDEBUG -I ../misc -I . -O3 -o xbt_tracker \
ADD: g++ $@ -DNDEBUG -I ../misc -I . -O3 -o xbt_tracker -I /usr/local/include \

Original issue reported on code.google.com by M.Sergi...@gmail.com on 6 Mar 2012 at 12:55

GoogleCodeExporter commented 8 years ago
It's a warning. Can be fixed by ensuring the httpready accept filter kernel 
module is loaded.

Original comment by olafvdspek on 6 Mar 2012 at 1:00