Kernel Upgradation

?? ? akamatsu@kobedenshi.ac.jp
Thu, 16 Aug 2001 11:09:51 +0900


RedHat's directory is patiquler.
Please read iptables Makefile,
then library and binary directory is /usr/local/lib and /usr/local/bin,
so set your directory.

Please key next comand on your Linux-BOX,
which iptables
so display /sbin/iptables
but you make install binary /usr/local/bin/iptables
you will find your upgrade time stamps.
ls -l /usr/local/bin/iptables

So, define LIBDIR and BINDIR.: 
make pending-patches LIBDIR=/lib BINDIR=/sbin
make LIBDIR=/lib BINDIR=/sbin
make install LIBDIR=/lib BINDIR=/sbin


> I have done exactly the same as described in your document, except for
> kernel-2.4.8. But my iptables is 1.2.1. Why?
> 
> Norman