Giter Club home page Giter Club logo

Comments (4)

grrtrr avatar grrtrr commented on July 29, 2024

I don't understand, this seems to be more related to how OpenWrt builds.
The flag is not offered because libcap is required to build wavemon. If you try without, it will produce an error like

>gcc -O2 -Wall -pthread -I/usr/include/libnl3     wavemon.c about_scr.o conf.o conf_scr.o error.o help_scr.o info_scr.o iw_if.o iw_nl80211.o iw_scan.o lhist_scr.o llist.o scan_scr.o ui.o utils.o  -lcap -lncurses -lm  -lnl-genl-3 -lnl-3  -lnl-3  -o wavemon
error.o: In function `has_net_admin_capability':
error.c:(.text+0x146): undefined reference to `cap_get_proc'
error.c:(.text+0x15d): undefined reference to `cap_get_flag'
error.c:(.text+0x177): undefined reference to `cap_free'
collect2: error: ld returned 1 exit status

And it seems OpenWrt has a libcap package.

Without more detail, I can not see the point of doing this.

from wavemon.

neheb avatar neheb commented on July 29, 2024

That's guarded by HAVE_LIBCAP. It is not defined if not found.

from wavemon.

grrtrr avatar grrtrr commented on July 29, 2024

Thank you, as per above commit I have added support for configure --without-libcap.
If you are able to build from master, I'd appreciate testing; otherwise I will just close the ticket.

from wavemon.

neheb avatar neheb commented on July 29, 2024

yep.

from wavemon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.