On Tue, Sep 07, 2004 at 08:25:03AM -0700, Ken Simpson wrote: > > I wasn't surprised this fails on OpenBSD but I am surprised it fails on > > NetBSD. Can you compile and run: > > > > http://www.apache.org/~jorton/nonblock.c > > > > and post the output. (it would be useful if you could do this on > > OpenBSD too, Ken, for verification) > > -bash-2.05b$ ./nonblock > connect: Invalid argument
Thanks, I had not remembered the issue correctly... The problem is that getsockname() does not return the real port number for a socket bound to an ephemeral port on OpenBSD. So the apr_hints.m4 change is correct for this issue since the autoconf test can't work. joe -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html