sorr, it's a server in intranet. I can fully control it , but I don't have permission to change the mapping of intranet router. is there any other way to connect? such as a reverse proxy by node ?( but I don't have a static ip server)
在 2012年8月16日星期四UTC+8上午4时27分19秒,Ben Noordhuis写道: > > On Wed, Aug 15, 2012 at 5:01 PM, TZ <[email protected] <javascript:>> wrote: > > had patch, but still the same fail. > > > > step: > > 1.cd /opt/download/nodejs/node > > 2.wget > > > https://raw.github.com/gist/067bd9cb6f32c704e095/f08353c36ca01cfe7b7df5f4f832b401c9c564f1/patsje.patch > > > 3.git patch > > 4.check if patched: vi deps/uv/src/unix/process.c > > 97 int uv__make_pipe(int fds[2], int flags) { > > 98 #if __linux__ > > 99 if (uv__pipe2(fds, flags | UV__O_CLOEXEC) == 0) > > 100 return 0; > > 101 > > 102 if (errno != ENOSYS && errno != EINVAL) > > 103 return -1; > > 104 #endif > > > > 5.make && make install > > If you give me a shell account with gcc and gdb installed I can > probably debug it. My pubkey is here: > https://gist.github.com/e8a37ac6983f9fd55d4f > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
