Re: [libmicrohttpd] libmicrohttpd installation on Solaris 10

2018-04-18 Thread Marek, James
Christian, I found references in the Solaris 10 (SunOs 5.10) Programming Interface Guide () that suggest that using port 0 in a 'bind' call should bind the socket to any local port given: "Internet port nu

Re: [libmicrohttpd] libmicrohttpd installation on Solaris 10

2018-04-18 Thread Christian Grothoff
Dear Marek, Thanks for your report. As for the "test_options" failure, I wonder what happens on Solaris 10 if you "bind()" a socket to the port 0. Given the error message, it seems that the semantics are different from those on other platforms: on GNU/Linux, bind()ing to 0 means "pick a random fr