Problems (#1) - bluetooth library (#22) - Message List
I've installed all packages that are required... including bluez-libs... but when I run a configure, I get a bluetooth library not found...
system-config-services shows that bluetooth is running.. what am I missing?
Thanks for the help.. cwiid is amazing! (used it on another machine)
-
Message #83
The configure script is verifying the existence of the hci_devid function in libbluetooth (configure.ac). Possibilities:
- autoconf can't find libbluetooth.so - make sure the file or symlink exists
- you have an old bluez-lib version that doesn't contain hci_devid
- you have an new bluez-lib version that doesn't contain hci_devid (not likely)
- fubar
I'm guessing 1. Thanks for the kind words. Let us know how it works out.
dsmith04/09/07 23:47:47 (6 years ago)-
Message #84
1. /usr/lib/ contains 2 such files: libbluetooth.so.2 and libbluetooth.so.2.4.1 2. bluez-libs version installed is 3.7-1
So I'm thinking somehow a problem with the first?
anonymous04/10/07 00:13:52 (6 years ago)-
Message #85
sudo ln -sf libbluetooth.so.2 /usr/lib/libbluetooth.so
dsmith04/10/07 00:21:50 (6 years ago)-
Message #86
Ah that worked great.. but...
configure: error: bluetooth/bluetooth.h not found
I found a copy in /usr/src/kernels/...../{kernelnum}/include/net/bluetooth... but I can't get it to find it... sorry for my limited unix skillz!
Thanks for the help!
anonymous04/10/07 00:35:37 (6 years ago)-
Message #108
Ah that worked great.. but... configure: error: bluetooth/bluetooth.h not found I found a copy in /usr/src/kernels/...../{kernelnum}/include/net/bluetooth... but I can't get it to find it... sorry for my limited unix skillz! Thanks for the help!
I'm getting the same error."bluetooth/bluetooth.h" But im using ubuntu 7.04 I've tried googleing for it but i cant find anything out there to help.
anybody know what im doing right wrong?
thanks
Z3sTy04/30/07 21:56:38 (6 years ago)-
Message #109
According to http://www.wiili.org/index.php/CWiid, (which I assume is up to date), the required packages are:
autoconf, autotools-dev, libbluetooth2-dev, libgtk2.0-dev (for the GUI), flex, bison
I suspect libbluetooth2-dev is what you need.
dsmith04/30/07 22:27:03 (6 years ago)
-
-
Message #87
What distro are you running? There may be a bluez-dev package or similar.
dsmith04/10/07 00:40:47 (6 years ago)
-
-
-
