Hi,
On 07/04/2013 09:00 AM, Khue Nguyen Minh wrote:
I am trying install module mediaproxy-ng, but, when I built module "kernel-module" I got error: make -C /lib/modules/2.6.32-279.22.1.el6.x86_64/build M=/usr/local/src/mediaproxy_ngcp/mediaproxy-ng-master/kernel-module O=/lib/modules/2.6.32-279.22.1.el6.x86_64/build modules make: *** /lib/modules/2.6.32-279.22.1.el6.x86_64/build: No such file or directory. Stop. make: *** [modules] Error 2
Modules "daemon" and "iptables-extension" built success. How I can fix it.
You're missing the kernel headers. Having the kernel module is optional (as the daemon falls back to userspace-only mode if it fails to load the kernel module), but it's highly recommended for performance reasons.
Andreas