You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArcadusNode version is the one just downloaded today.
root@phcdevel:~/ArcusNode-master# node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : ok /usr/local/lib/node_modules/
Checking for node prefix : ok /usr/local
'configure' finished successfully (0.014s)
Waf: Entering directory /root/ArcusNode-master/build' Waf: Leaving directory/root/ArcusNode-master/build'
'build' finished successfully (0.004s)
root@phcdevel:~/ArcusNode-master# node service.js
module.js:340
throw err;
^
Error: Cannot find module '../build/Release/rtmfp.node'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/root/ArcusNode-master/lib/packet.js:20:13)
at Module._compile (module.js:454:26)
at Object.Module._extensions..js (module.js:472:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
The text was updated successfully, but these errors were encountered:
i also tried to install via github. it also not working for me. Some testscripts runs fine but not the rtmfp.node ist still missing. I also cant find the file or the path in the project
My version of node is:
v0.9.4-pre
ArcadusNode version is the one just downloaded today.
root@phcdevel:~/ArcusNode-master# node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : ok /usr/local/lib/node_modules/
Checking for node prefix : ok /usr/local
'configure' finished successfully (0.014s)
Waf: Entering directory
/root/ArcusNode-master/build' Waf: Leaving directory
/root/ArcusNode-master/build''build' finished successfully (0.004s)
root@phcdevel:~/ArcusNode-master# node service.js
module.js:340
throw err;
^
Error: Cannot find module '../build/Release/rtmfp.node'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/root/ArcusNode-master/lib/packet.js:20:13)
at Module._compile (module.js:454:26)
at Object.Module._extensions..js (module.js:472:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
The text was updated successfully, but these errors were encountered: