On Thu, Feb 28, 2013 at 8:54 AM, Dennis Sänger <[email protected]> wrote: > Hi Guys, > > is there any chance to compile node.js in at least version 0.8 on a ubuntu > 8.04 system? > I didn't find any ppa's or guides how or even if this is possible. > > I tried to use nvm to install node 0.8.21 on an ubuntu 8.04 machine, but > when I try to run node I get the following error: > > node: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.9' not found (required > by node) > > Since Ubuntu 8.04 uses glibc 2.7 I get the feeling it's not possible at all > .. ? > > Before you are asking: Using a newer version of Ubuntu is (sadly) no option.
The minimum requirement is glibc >= 2.3. (Aside: there are people running node.js on RHEL 4 systems so Ubuntu 8.04 should be no problem.) I suspect that nvm is using a pre-compiled package. Try compiling from source. -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
