had installed node v0.8.7 from git, the same error. *is the glibc version too low ?* *when download node-v0.8.7-darwin-x64.tar.gz and exec it warn :*
*[root@etone46 bin]# ./node* ./node: /lib64/libc.so.6: version `GLIBC_2.9' not found (required by ./node) ./node: /lib64/libc.so.6: version `GLIBC_2.6' not found (required by ./node) ./node: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./node) [root@etone46 bin]# pwd */opt/download/nodejs/node-v0.8.7-linux-x64/bin* *[root@etone46 glibc-2.9]# ldd --version * ldd (GNU libc) 2.5 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper. *[root@etone46 glibc-2.9]# rpm -qa | grep glibc* glibc-headers-2.5-81.el5_8.4 glibc-common-2.5-81.el5_8.4 compat-glibc-2.3.4-2.26 glibc-devel-2.5-81.el5_8.4 compat-glibc-2.3.4-2.26 glibc-2.5-81.el5_8.4 glibc-devel-2.5-81.el5_8.4 glibc-2.5-81.el5_8.4 compat-glibc-headers-2.3.4-2.26 在 2012年8月16日星期四UTC+8上午7时20分43秒,TZ写道: > > 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]> 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
