-
Notifications
You must be signed in to change notification settings - Fork 67
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
undefined symbol: Pa_Initialize on Ubuntu 12.04 #33
Comments
Hello,
Any idea? |
Any updates? |
I encountered the same problem, it may be the version of port audio... I haven't checked yet though. |
... I should add, I'm running this on a Raspberry PI (Rasbian). |
@xseignard did you ever get this to work? |
no, I gave up and used a combination of web audio api + webosckets |
Hello, I'm on Ubuntu 14.04 and I tried those things : Download Port Audio source in ~/node_modules/node-core-audio/portaudio with this link http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz (Don't forget to remove the previous portaudio folder, and name the newest "portaudio" instead of pa_stable_v19_blablabla) Then in portaudio folder ./configure Then i changed the binding.gyp file in the module folder, especially the linux part 'OS=="linux"', { And after that i start "node-gyp rebuild" in the module folder And it seem to work ! |
Thanks @guicontat ! I've been using WebAudio over SlimerJS, but I'd like to still give this a try. |
thx @guicontat that worked! |
Thanks for working towards Ubuntu support!! Especially @guicontat Since it appears you guys have gotten it working, would anyone be willing to submit a pull request? :) Much appreciated! |
@ZECTBynmo Can you add me in the contributors in order to create a new branch please :) ? |
@guicontat why not just fork the repository? |
I just ran into this issue and like @jdfreder I am also running this on a Raspberry PI (Rasbian). |
Getting:
node: symbol lookup error: /home/sebastian/ots0614/node_modules/node-core-audio/build/Release/NodeCoreAudio.node: undefined symbol: Pa_Initialize
Having PA v19 installed.
The text was updated successfully, but these errors were encountered: