#2848 closed task (wontfix)
iptables-1.3.8 - issue with makeing ...
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | iptables svn-20090513 |
Cc: |
Description (last modified by ) ¶
Beyond Linux(R) 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 (8)
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 |
---|
comment:1 by , 16 years ago
Milestone: | 6.4 → 6.5 |
---|
comment:2 by , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
We have iptables 1.4.4 in the books for 6.5, so any issues with 1.3.8 should be covered by upgrading to the new version. Thank you for the report.
comment:3 by , 15 years ago
Just to clarify, I didn't mean that we have it in the book yet, but it will be soon.
Modified milestone from 6.4 to 6.5