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

Daemon error #18

Open
logicallysynced opened this issue Feb 5, 2016 · 5 comments
Open

Daemon error #18

logicallysynced opened this issue Feb 5, 2016 · 5 comments

Comments

@logicallysynced
Copy link

I'm not really well versed on linux but when trying to run the ./daemon command I am getting the following error:

./daemon: relocation error: ./daemon: symbol _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

Not really sure what this means or what the problem is so any help would be appreciated.

@fabianbergmark
Copy link
Contributor

It seems like your libstdc++ version is to old. I would suggest a system update or to install the latest Raspbian Jessie.

@logicallysynced
Copy link
Author

I'm running the recommended build of Ubuntu Server and a locate libstdc++.so reveals:

/usr/lib/gcc/x86_64-linux-gnu/4.7/libstdc++.so
/usr/lib/x86_64-linux-gnu/libstdc++.so.
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
/usr/share/gdb/auto-load/usr/lib.x86_64-linux-gnu/libstdc++.so.6.0.21-gdb.py

I have also run the following commands:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

which don't seem to resolve the issue.

@fabianbergmark
Copy link
Contributor

This beta has been built for the latest Ubuntu Desktop 5.10 and Raspbian Jessie.

@logicallysynced
Copy link
Author

Okay I re-installed using Ubuntu Desktop and got everything installed okay and running, however even though all three consoles are running, when i use the startScan and push my flic button, nothing happens.

I don't see any errors in any of the output windows, just no response.

@fabianbergmark
Copy link
Contributor

Hm did you run bluetoothd with the -nEd switches, and made sure no other bluetoothd instance was running? If so, can you post the output from the daemon?

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