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

cannot run on ubuntu #15

Open
rationalboss opened this issue Jun 30, 2014 · 1 comment
Open

cannot run on ubuntu #15

rationalboss opened this issue Jun 30, 2014 · 1 comment

Comments

@rationalboss
Copy link

i was able to compile the sample app using build.linux.sh. there were two folders created:
release.linux-ia32
release.linux-x64

inside these two directories is the application 'app' which i cannot run:

rationalboss@ubuntu:~/Downloads/nodebob-master/release.linux-ia32$ ./app
./app: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

rationalboss@ubuntu:~/Downloads/nodebob-master/release.linux-ia32$ ./app
./app: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

@apolllo
Copy link
Contributor

apolllo commented Sep 12, 2014

The problem with libudev.so.0 is actually a node-webkit problem, not nodebob. You can find ways of resolving this here:
https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
https://www.exponential.io/blog/install-node-webkit-on-ubuntu-linux

Personally I just created a symlink like this
cd /lib/i386-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0

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

2 participants