I did apt-get install iptables ... now /sbin/iptables -L says: /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_unregister_sockopt
is there something wrong with my kernel? aloha, dave On Sun, Aug 25, 2002 at 06:30:40PM +0200, Cristian Ionescu-Idbohrn wrote: > On Sun, 25 Aug 2002, Dave Price wrote: > > > When I execute iptables (even iptables -L) I get: > > /bin/bash: error while loading shared libraries: libncurses.so.5: cannot > > open shared object file: Error 23 > > Not iptables related. iptables does _not_ use libncurses.so.5: > > # ldd =iptables > libdl.so.2 => /lib/libdl.so.2 (0x40016000) > libc.so.6 => /lib/libc.so.6 (0x40019000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > Package dependency list says: > > Package: iptables > Version: 1.2.6a-5 > Depends: libc6 (>= 2.2.4-4), debconf (>= 0.5) > > You're running some strange wrapper script that runs some odd program > which uses libncurses.so.5 :( > > > Cheers, > Cristian >

