mirror of
https://github.com/ntop/PF_RING.git
synced 2025-12-20 01:14:37 +08:00
Some checks failed
Build / build (push) Has been cancelled
New sequence: Install: pfring.preinst (service installed) pfring.postinst pfring-dkms.preinst pfring-dkms.postinst (restart the service here) Upgrade: (service installed) pfring.prerm (stop the service here) pfring.postinst pfring-dkms.prerm pfring-dkms.postinst (restart the service here) Remove: pfring-dkms.prerm (stop and disable the service here) pfring-dkms.postrm pfring.prerm pfring.postrm (service removed)
In order to compile the PF_RING kernel module you need to install the kernel headers - RedHat/CentOS # yum install kernel-devel - Debian/Ubuntu # apt-get install linux-headers-$(uname -r) Building dkms packages --------------------- - Add your username (replace XXXXXX with your account) to the sudo list so that you do not have to type the password when building the package # sudo visudo XXXXXX ALL=NOPASSWD: /usr/bin/make - As standard user (no sudo) do # configure - Ubuntu # sudo make -f Makefile.dkms deb - CentoOS/Fedora/RedHat # sudo make -f Makefile.dkms rpm