-
Notifications
You must be signed in to change notification settings - Fork 1k
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
node-gyp failing #34
Comments
It seems there was an error when compiling erizo, and thus it doesn't find On 8 October 2013 13:55, Dennis notifications@github.com wrote:
|
Hi I did reatch the conclusion of it beingt the building of erizo that false. It looks like the ./licode/scripts/installUbuntuDeps.sh works, But then ./licode/scripts/installErizo.sh fails. Here is the log of the installErizo script: ./licode/scripts/installErizo.shInstalling libsrtp...
make: Entering directory [erizo_controller] Done, erizo.js compiled Would be very nice to get this up and running! |
Any ides? |
I did try to run the master branch installation so and that looks to work so it something that is needed in the media branch. Can it be some openssl problem? Installing erizo... |
Seems that openssl is being installed on a different path in your system. On 8 October 2013 14:28, Dennis notifications@github.com wrote:
|
Thx I will try that right away! |
Hi, I have now tried a lot of thinks and its still not compiling... I am on ubunut 64bit. If I use the openssl 64bit files I get this: now i get Linking CXX shared library liberizo.so If I compile openssl for 32bit I get this: Linking CXX shared library liberizo.so Any on how to get it to work? |
Okej, I have a solution. What had to do was:
and now I was able to build it! Super glad to have it up. |
I also have same issue on ubuntu 12.04 64bit during |
try 1.install openssl from source using ./config -shared -fPIC |
@dennismartensson thats works great :) now getting This was working on my older setup. |
@faishal That values are in the config file. |
Hi @dennismartensson , not sure if I can close this issue yet or you still have problems. |
Merge ging:master to development
Hi,
I am installing the media branch on ubuntu and get this error from node-gyp
make: Entering directory
/home/licode/erizoAPI/build' CXX(target) Release/obj.target/addon/addon.o CXX(target) Release/obj.target/addon/WebRtcConnection.o CXX(target) Release/obj.target/addon/OneToManyProcessor.o CXX(target) Release/obj.target/addon/ExternalInput.o ../ExternalInput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] <command-line>:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/ExternalOutput.o ../ExternalOutput.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] <command-line>:0:0: note: this is the location of the previous definition CXX(target) Release/obj.target/addon/OneToManyTranscoder.o ../OneToManyTranscoder.cc:1:0: warning: "BUILDING_NODE_EXTENSION" redefined [enabled by default] <command-line>:0:0: note: this is the location of the previous definition ../OneToManyTranscoder.cc: In static member function ‘static v8::Handle<v8::Value> OneToManyTranscoder::addSubscriber(const v8::Arguments&)’: ../OneToManyTranscoder.cc:91:21: warning: unused variable ‘ms’ [-Wunused-variable] SOLINK_MODULE(target) Release/obj.target/addon.node /usr/bin/ld: cannot find -lerizo collect2: ld returned 1 exit status make: *** [Release/obj.target/addon.node] Error 1 make: Leaving directory
/home/licode/erizoAPI/build'gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Linux 3.9.3-x86_64-linode33
gyp ERR! command "node" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/licode/erizoAPI
gyp ERR! node -v v0.10.20
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok
The text was updated successfully, but these errors were encountered: