On Sun, Nov 3, 2013 at 4:37 PM, Marco Marigo <[email protected]> wrote: > I'm trying to build node.js (v0.10.21) from sources on my nas qnap > > [/share/MD0_DATA/src/node-v0.10.21] # uname -a > Linux NASD73754 3.4.6 #1 SMP Fri Jul 26 08:07:08 CST 2013 x86_64 unknown > > I excecuted successfully ./configure but when run the command 'make' I get > this error: > > make -C out BUILDTYPE=Release V=1 > make[1]: Entering directory `/share/MD0_DATA/src/node-v0.10.21/out' > make[1]: printf: Command not found > make[1]: *** > [/share/MD0_DATA/src/node-v0.10.21/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/s23_lib.o] > Error 127 > make[1]: Leaving directory `/share/MD0_DATA/src/node-v0.10.21/out' > make: *** [node] Error 2 > > > Anyone can help me? > > Thanks.
The error message suggests that you don't have the coreutils package installed. -- -- 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.
