I'm attempting to install nodejs, and ran into an issue:
I did some research on the problem, and it seems the problem is likely because the server I'm on has GCC 3.4.6, and nodejs needs GCC 4.x Google Groups discussion where I'm getting this information: http://groups.google.com/group/nodejs-dev/browse_thread/thread/33c16f90ac5807b2 That discussion also suggests there might still be a problem after updating GCC with an outdated kernel, since the variable that it is choking on was added in 2.6.9 - the server I'm on is running 2.6.9-89.29.1.ELsmp, which hopefully is new enough, but might be a tad too old. What's the best way to get these updated? asked 31 May '11, 13:22 illandril |
You're on our oldest server, and we have no plans to upgrade the kernel nor gcc on that machine. My recommendation is that you move one of our newer machines. A general guide to moving to a new server is available in our documentation: Migrating Servers If you'd like to do that. just open a support ticket and we'll add the new machine to your account ASAP. Once you've moved, we can then remove the old machine from your account. If you don't want to do that, then the alternative is to build your own GCC (and probably many of its dependencies) from source in your home directory. A general guide for building software in your home directory is available in our documentation: Installing Software from Source. (Note that you'll still have to face the possibility that the kernel isn't new enough.) answered 31 May '11, 14:56 seanf I've opened a ticket. Thanks!
(31 May '11, 15:51)
illandril
You're welcome! :)
(31 May '11, 15:55)
seanf
|