no need for a recompile. Simply type the following:
service ipchains stop
chkconfig --levels 2345 ipchains off
Reboot to allow chkconfig settings you set to take effect, then type:
service iptables start (if it's installed of course) and you shouldn't get that error.
What you've done is prevented the ipchains from loading at all at the run levels 2,3,4 and 5
|