|
From: Ross Y. <ros...@gm...> - 2012-10-18 10:53:12
|
hey man things are working a lot better. Ubertooth now looks like its compiling. hazzah! It looks like the kismet instructions worked great. however once I tried to to run the cmake command in backtrack i noticed it was not there by default in backtrack. so i did an apt-get install cmake then ran the following command which seems to error out. root@bt:/pentest/bluetooth/libbtbb-2012-10-R1/wireshark/plugins/btbb# cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/wireshark/libwireshark1/plugins . -- Plugin will be installed in: /usr/lib/wireshark/libwireshark1/plugins -- checking for one of the modules 'glib-2.0>=2.4.0' CMake Error at cmake/FindWireshark.cmake:26 (MESSAGE): Could NOT find the wireshark library and headers Call Stack (most recent call first): CMakeLists.txt:42 (find_package) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: WIRESHARK_INCLUDE_DIRS used as include directory in directory /pentest/bluetooth/libbtbb-2012-10-R1/wireshark/plugins/btbb -- Configuring incomplete, errors occurred! root@bt:/pentest/bluetooth/libbtbb-2012-10-R1/wireshark/plugins/btbb# On Thu, Oct 18, 2012 at 6:04 AM, Dominic Spill <dom...@gm...> wrote: > Hi Ross, > > Are you following the build instructions from > http://ubertooth.sourceforge.net/usage/build/ ? > > On 18 October 2012 20:47, Ross Young <ros...@gm...> wrote: > > make -C bluetooth_rxtx > > make[1]: Entering directory > > `/pentest/bluetooth/ubertooth-2012-10-R1/host/bluetooth_rxtx' > > cc -O2 -Wall -fPIC -c ubertooth.c ubertooth_control.c > > ubertooth.c:29:30: error: bluetooth_packet.h: No such file or directory > > You need to build and install libbtbb before you can build the > ubertooth code. These errors are all complaining about missing > libbtbb functions because it can't find the header. > > Try this part of the instructions first: > > wget > http://sourceforge.net/projects/libbtbb/files/libbtbb-2012-10-R1.tar.xz/download > -O libbtbb-2012-10-R1.tar.xz > tar xf libbtbb-2012-10-R1.tar.xz > cd libbtbb-2012-10-R1 > make > sudo make install > > Let us know how you get on. > > Thanks, > Dominic > |