On Mon, Nov 19, 2012 at 12:20 PM, Angelo Chen <[email protected]> wrote: > hi, > i tried the linux binary file of node in centos 5.x 32 bits, it returns: > > ./node: /lib/libc.so.6: version `GLIBC_2.9' not found (required by ./node) > ./node: /lib/libc.so.6: version `GLIBC_2.6' not found (required by ./node) > ./node: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./node) > > the one I compiled from source did work, why?
The glibc on centos 5 is too old. -- 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
