Hello all i'm trying to compile iptables 1.4.10 statically linked. The challenge i'm facing is that even if i compile the following way i get a dynamically linked binary. Here is my proceeding: ./configure --enable-static --enable-shared=no make NO_SHARED_LIBS=1 make install if i ldd the binary i get the following: root@debian6:/usr/local/sbin# ldd ./iptables linux-gate.so.1 => (0xb7707000) libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb76da000) libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7594000) /lib/ld-linux.so.2 (0xb7708000) root@debian6:/usr/local/sbin# Currently i'm running in a: debian6 2.6.32-5-686 with gcc version 4.4.5 Could please someone give me an advice? best regards Chris -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html