Have been trying to get bluetooth to work for a while.
I download/untar/./config/make/make install the following:
dbus-1.0.2
bluez-libs-3.9
bluez-utils-3.9
bluez-firmware-1.2
bluez-hcidump-1.34
openobex-1.3
Then I try installing kde bluetooth framework (kdebluetooth-1.0_beta2)
start the ./configure
finally get
Code:
checking for libbluetooth... no
configure: error: libbluetooth is required to build kdebluetooth - part of bluez-libs
Yet I have just installed bluez-libs
I think the files it wants are those in /usr/src/lib
Code:
drwxr-xr-x 3 root root 4096 2007-03-11 13:23 dbus-1.0/
-rw-r--r-- 1 root root 75260 2007-03-11 13:26 libbluetooth.a
-rwxr-xr-x 1 root root 827 2007-03-11 13:26 libbluetooth.la*
lrwxrwxrwx 1 root root 21 2007-03-11 13:26 libbluetooth.so -> libbluetooth.so.2.5.0*
lrwxrwxrwx 1 root root 21 2007-03-11 13:26 libbluetooth.so.2 -> libbluetooth.so.2.5.0*
-rwxr-xr-x 1 root root 84881 2007-03-11 13:26 libbluetooth.so.2.5.0*
-rw-r--r-- 1 root root 838334 2007-03-11 13:23 libdbus-1.a
-rwxr-xr-x 1 root root 806 2007-03-11 13:23 libdbus-1.la*
lrwxrwxrwx 1 root root 18 2007-03-11 13:23 libdbus-1.so -> libdbus-1.so.3.2.0*
lrwxrwxrwx 1 root root 18 2007-03-11 13:23 libdbus-1.so.3 -> libdbus-1.so.3.2.0*
-rwxr-xr-x 1 root root 542350 2007-03-11 13:23 libdbus-1.so.3.2.0*
-rw-r--r-- 1 root root 46620 2007-03-11 13:51 libopenobex.a
-rwxr-xr-x 1 root root 855 2007-03-11 13:51 libopenobex.la*
lrwxrwxrwx 1 root root 20 2007-03-11 13:51 libopenobex.so -> libopenobex.so.1.3.0*
lrwxrwxrwx 1 root root 20 2007-03-11 13:51 libopenobex.so.1 -> libopenobex.so.1.3.0*
-rwxr-xr-x 1 root root 39812 2007-03-11 13:51 libopenobex.so.1.3.0*
drwxr-xr-x 2 root root 4096 2007-03-11 13:51 pkgconfig/
I'm not sure about the extentions but it seems to be there as you see, so I try
Code:
root@SANDER:/usr/src/kdebluetooth-1.0_beta2# ./configure --with-bluetooth=/usr/local/lib/ --with-bluetooth-libraries=/usr/local/lib/ --with-bluetooth-includes=/usr/local/lib/
which are indicated in ./config --help but still, nothing. I have no idea what's wrong, maybe you can help.