Opened 16 years ago
Last modified 14 years ago
#2848 closed task
iptables-1.3.8 - issue with makeing ... — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | iptables svn-20090513 |
Cc: |
Description ¶
Beyond Linux® From Scratch - Version svn-20090513
error with iptables-1.3.8
running: tar -xvf ../iptables-1.3.8.tar.bz2 cd iptables-1.3.8 sed -i 's/name="$node/name="node/' iptables.xslt make LIBDIR=/lib KERNEL_DIR=/usr
output at end: extensions/libipt_string.c: In function 'parse': extensions/libipt_string.c:208: error: 'struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:221: error: 'struct xt_string_info' has no member named 'invert' extensions/libipt_string.c: In function 'print': extensions/libipt_string.c:300: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:303: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c: In function 'save': extensions/libipt_string.c:322: error: 'const struct xt_string_info' has no member named 'invert' extensions/libipt_string.c:325: error: 'const struct xt_string_info' has no member named 'invert' make: * [extensions/libipt_string_sh.o] Error 1
file attached : iptables-error-make.log
FIX = unknown --- few issues at google: http://www.google.co.uk/search?hl=en&safe=off&q=libipt_string.c%3A208%3A+error%3A+%27struct+xt_string_info%27+has+no+member+named+%27invert%27&btnG=Search&meta=
RESOLVER = using latest version ... 1.4.3 http://www.netfilter.org/projects/iptables/files/iptables-1.4.3.tar.bz2
running: tar -xvf ../iptables-1.4.3.tar.bz2 cd iptables-1.4.3
./configure \
--prefix=/usr \ --libexecdir=/lib \ --bindir=/sbin \ --mandir=/usr/share/man --with-kernel=/usr
make
make install
install -v -m644 iptables.xslt /lib/iptables
make install-iptables
:@) works 100% OK!
./configure output - in file - iptables-1.4.3-configure.log make output - in file - iptables-1.4.3-make.log make install output - in file - iptables-1.4.3-make-install.log
Change History (4)
by , 16 years ago
Attachment: | iptables-error-make.log added |
---|
by , 16 years ago
Attachment: | iptables-1.4.3-configure.log added |
---|
by , 16 years ago
Attachment: | iptables-1.4.3-make.log added |
---|
by , 16 years ago
Attachment: | iptables-1.4.3-make-install.log added |
---|