You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Running tests on CentOS 5.5 I get the following error:
Error: Command failed: /bin/sh: shasum: command not found
% Total % Received % Xferd Average Speed Time Time
Time Current
Dload Upload Total Spent
Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:--
--:--:-- 0
curl: (23) Failed writing body
at ChildProcess.exithandler (child_process:80:15)
at ChildProcess.emit (events:27:15)
at Stream.<anonymous> (child_process:148:12)
at Stream.emit (events:27:15)
at Array.<anonymous> (net:1005:12)
at EventEmitter._tickCallback (node.js:55:22)
at node.js:773:9
Command: build/default/node /home/agleyzer/src/node/test/simple/test-
http-curl-chunk-problem.js
I found that I have sha1sum installed, symlinked it as shasum, and the
test passed.
Oleg Efimov (Sannis)
unread,
Dec 2, 2010, 12:55:16 PM12/2/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
In addition: maybe md5sum is little more portable.