-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
It seems like your libstdc++ version is to old. I would suggest a system update or to install the latest Raspbian Jessie. |
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 I have also run the following commands: sudo apt-get update which don't seem to resolve the issue. |
This beta has been built for the latest Ubuntu Desktop 5.10 and Raspbian Jessie. |
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. |
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? |
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.
The text was updated successfully, but these errors were encountered: