[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with iptables



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



Reply to: