Mac OS X : "Can't bind ....retrying."
Brought to you by:
bsprajc
Hello,
First, I tried to run EasyHTTPD on Mac OS X,
but the error "Can't bind ....retrying." occurred.
It's required a few changes to "connection.cpp" file.
***********************************************
1. Change line 125
old) if( bnd<0 )
new) if( bnd<=0 )
***********************************************
2. Add to line 108
memset(&sin, 0, sizeof(sin));
Regards,
ht.