We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to install kismet from source at ATOM PC runnung Debian Bookworm i686.
kismet
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to install
kismet
from source at ATOM PC runnung Debian Bookworm i686.I followed instructions
Configure reported an error:
I found the package and installed it; it means, the package was not listed in instruction page, to install dependencies.
Pleases, fix the documentation...
Instruction to install core dependencies doesn't install this essential package:
The text was updated successfully, but these errors were encountered: