alexandernst / monks

Procmon alternative for Linux
71 stars 34 forks source link

Make kmod optional #23

Closed alexandernst closed 10 years ago

alexandernst commented 10 years ago

https://github.com/alexandernst/procmon/commit/fca20391c00637758b08155ed7a0093740f7339a introduced some help code to load/unload/start/stop procmon's kernel module from the viewer itself. That code uses kmod (or libkmod).

That set of libraries/tools weren't present until very recent distro versions. In Ubuntu's case, that's 13.04.

Procmon's viewer should be patched in a way so that it's able to compile it even if kmod/libkmod is not availabe. If those aren't available, some menu options should be disabled.