On Saturday 13 April 2002 18:50, Arindam Haldar wrote:
> hi all,
> while compliling kernel 2.4.18 with iptables 1.2.5 &
> "CONFIG_IP_NF_MATCH_TIME=m" i
> got the following error-->
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.18;
> fi depmod: *** Unresolved symbols in
> /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ipt_time.o
> depmod:         get_fast_time
> make: *** [_modinst_post] Error 1
> can anyone tellme the what i have missed ?

Hello,

They've removed the get_fast_time function from the kernel.
You need to use the latest iptables 1.2.6a or even cvs version
in order to have a fixed version of ipt_time (using do_gettimeofday instead of
get_fast_time).

Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior R&D Engineer
Celestix Networks
http://www.celestix.com/

"Silly hacker, root is for administrators" 
       -Unknown

Reply via email to