Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module '../build/Release/rtmfp.node' #10

Open
dcastanos opened this issue Nov 5, 2012 · 2 comments
Open

Error: Cannot find module '../build/Release/rtmfp.node' #10

dcastanos opened this issue Nov 5, 2012 · 2 comments

Comments

@dcastanos
Copy link

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)

@ximini82
Copy link

i have the same issue

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

@gsj0791
Copy link

gsj0791 commented Nov 30, 2013

the "rtmfp.node" file is windows "dll" or linux ".o", is a library file.
if you use windows follow 3 step:

  1. npm install node-gyp
  2. node-gyp configure
  3. node-gyp build
  4. at build directory has binding.sln
  5. build building.sln

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants