What yum commands do I need to get available packages installed on CentOS to build a iptables MATCH kernel module.

link|improve this question

feedback

2 Answers

If you need all the standard build tools, start with:

yum groupinstall "Development Tools"

Then hop over to here:

http://wiki.centos.org/HowTos/Custom_Kernel

link|improve this answer
This is good for a full fledged development environment. But on a server, my answer pulls in less packages. – unixman83 Mar 24 '11 at 1:38
feedback
up vote 0 down vote accepted

yum install kernel-devel

yum install iptables-devel

yum install gcc

yum install make

Is all I needed

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.