Node.js compile error on Linux

346 views Asked by At

I'm currently running a heavily modified Synology DSM (x86 bromolow based) on my server (bootstrapped, etc.), and for some services, I would need node.js.

And thus, I've been following the tutorials, more or less. Installed the required packages (python2.7, make, gcc, etcetera), grabbed the source, checked out the latest stable, and tried to compile.

But I ran into a slight issue while trying to run configure. Here's the output log: http://pastebin.com/BPXX4XiY

Then tried with Python2.6 too: http://pastebin.com/Xg4qHspG

Problem is, Error 38 and "Function not implemented" does not give a slightest hint on what might be missing - there is simply no reference to it.

Did anyone else have this problem, and if yes, how did you solve it?

EDIT

Using the solution from here, it still does not work. /dev/shm/ (after manually creating the node, and mounting it) is there, with 0777 access rights, and yet Python still returns the same error.

0

There are 0 answers