Menu

#6 Mac OS X : "Can't bind ....retrying."

v1.0_(example)
open
nobody
None
5
2007-12-27
2007-12-27
Anonymous
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB