Cmake does not find Libdnet, but Libdnet and Libdnet-dev are at V.265
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Cmake does not find Libdnet, but Libdnet and Libdnet-dev are at V.265
Humongous thanks to all of you active on here and a thanks in advance to those that help me figure this out!
So to get to the point, I've got a little bit of an issue with my compilation with Cmake of ArpOn 3.0-ng on Kali 2017.1 (not updated, org install). Running under my normal user that I su on.
Installed Cmake, libpcap, libnet1 by myself and the cmake .. recognizes them. When I got the error and I verified that I had Libdnet already installed I installed Libdnet-dev but the problem still persists.
Pasting my terminal window as of where I'm getting stuck below.
root@****:~/ArpON-3.0-ng/build# cmake ..
-- Building ArpON for Operating System: GNU/Linux
-- Build type: Release
-- Found library: Pthreads
-- Found library: Librt
-- Found library: Libpcap
-- Found library: Libnet1
CMake Error at cmake/modules/FindLibdnet.cmake:86 (message):
Could not find Libdnet! Please see in the ArpON 'README' file.
Call Stack (most recent call first):
CMakeLists.txt:104 (find_package)
-- Configuring incomplete, errors occurred!
See also "/root/ArpON-3.0-ng/build/CMakeFiles/CMakeOutput.log".
root@****:~/ArpON-3.0-ng/build# cd
root@****:~# apt-get install libdnet
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdnet is already the newest version (2.65).
0 upgraded, 0 newly installed, 0 to remove and 1173 not upgraded.
root@****:~# Could not find Libdnet! Please see in the ArpON 'README' file.
bash: Could: command not found
root@****:~# apt-get install libdnet-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdnet-dev is already the newest version (2.65).
0 upgraded, 0 newly installed, 0 to remove and 1173 not upgraded.
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,513
Rep:
I would check out line 86 of FindLibdnet.cmake, and see the ArpON README file, as indicated in the message. And, you don't have to build ArpON. It's in the repos.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.