kismet icon indicating copy to clipboard operation
kismet copied to clipboard

Debian Bookworm, libmosquitto-dev missing

Open PSLLSP opened this issue 1 year ago • 0 comments

I tried to install kismet from source at ATOM PC runnung Debian Bookworm i686.

I followed instructions

Configure reported an error:

$ ./configure
...
configure: error: Package requirements (libmosquitto) were not met:

I found the package and installed it; it means, the package was not listed in instruction page, to install dependencies.

$ sudo apt install -y libmosquitto-dev

Pleases, fix the documentation...

Instruction to install core dependencies doesn't install this essential package:

sudo apt install build-essential git libwebsockets-dev pkg-config zlib1g-dev libnl-3-dev libnl-genl-3-dev libcap-dev libpcap-dev libnm-dev libdw-dev libsqlite3-dev libprotobuf-dev libprotobuf-c-dev protobuf-compiler protobuf-c-compiler libsensors4-dev libusb-1.0-0-dev python3 python3-setuptools python3-protobuf python3-requests python3-numpy python3-serial python3-usb python3-dev python3-websockets librtlsdr0 libubertooth-dev libbtbb-dev

PSLLSP avatar Dec 30 '23 13:12 PSLLSP