Iptables 1.3.7 and uClibc

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

 



Hello,

I'm trying to build iptables 1.3.7 with uClibc 0,9,27 for cris architecture. I'm having some problems while loading shared ipt libraries (when invoking iptables). Build string:

CC="gcc_cris -mlinux -DLINUX -DLINUX_SYSTEM -D_REENTRANT -mno-mul-bug-workaround -muclibc=/home/hinkok/delo/fw/car2_R1-uclibc.gen/stage.uclibc" \
CROSS="cris-axis-linux-gnu-" \
CFLAGS="-O2 -pipe -Wall" \
LDFLAGS="-L/home/hinkok/delo/fw/car2_R1-uclibc.gen/stage.uclibc/lib -Wl,-rpath-link,/home/hinkok/delo/fw/car2_R1-uclibc.gen/stage.uclibc/lib" \
STATIC="" \
KERNEL_DIR=\"/home/hinkok/delo/fw/car2_R1-uclibc.gen/pkg/linux-R2/build/uclibc/\" \
LIBDIR="/lib" \
make \
all


I've managed to build iptables with my cross-compile toolchain. On target system I can run the iptables binary:
# iptables --version
iptables v1.3.7
# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

When trying to set som rules I get following error:

# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables v1.3.7: Couldn't load target '/lib/iptables/libipt_MASQUERADE.so'

Try `iptables -h' or 'iptables --help' for more information.

I've hacked the iptables.c source to get full path displayed when error occurs. I can verify that the file /lib/iptables/libipt_MASQUERADE.so actually exists on the target rootfs.

What am I missing here?!

PS.: I've tried to statically compile iptables but with no avail - iptables failed with:

# iptables
getsockopt failed strangely: No such file or directory


best regards,
hinko

--
ČETRTA POT, d.o.o., Kranj
Planina 3
4000 Kranj
Slovenia, Europe
Tel. +386 (0) 4 280 66 03
E-mail: hinko.kocevar@xxxxxxxxxxxx
Http: www.cetrtapot.si




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux