View previous topic :: View next topic |
Author |
Message |
vish n00b
Joined: 28 Jan 2003 Posts: 28
|
Posted: Mon May 12, 2003 11:41 pm Post subject: iptables with kernel 2.5.69 |
|
|
I try and emerge iptables on devlopment-sources 2.5.69
but it gives this error:
extensions/libipt_physdev.c: In function `parse':
extensions/libipt_physdev.c:86: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (fi rst use in this function)
extensions/libipt_physdev.c:86: (Each undeclared identifier is reported only once
extensions/libipt_physdev.c:86: for each function it appears in.)
extensions/libipt_physdev.c:97: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared (f irst use in this function)
extensions/libipt_physdev.c: In function `print':
extensions/libipt_physdev.c:144: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (f irst use in this function)
extensions/libipt_physdev.c:146: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared ( first use in this function)
extensions/libipt_physdev.c: In function `save':
extensions/libipt_physdev.c:156: `IPT_PHYSDEV_OP_MATCH_IN' undeclared (f irst use in this function)
extensions/libipt_physdev.c:158: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared ( first use in this function)
make: *** [extensions/libipt_physdev_sh.o] Error 1
!!! ERROR: net-firewall/iptables-1.2.8-r1 failed.
!!! Function src_compile, Line 55, Exitcode 2
!!! (no error message)
Anyone had the same problem?
Please let me know.
Also it used to compile fine with 2.4.20
maybe i am missing some options in my new kernel.. |
|
Back to top |
|
|
AlterEgo Veteran
Joined: 25 Apr 2002 Posts: 1619
|
Posted: Tue May 13, 2003 2:12 pm Post subject: |
|
|
Can only say I have the same problem: iptables and iproute both fail to emerge.
I have the exact same error message, even with very conservative flags. |
|
Back to top |
|
|
nix n00b
Joined: 07 May 2003 Posts: 1 Location: Trelleborg, Sweden
|
Posted: Tue May 13, 2003 9:40 pm Post subject: |
|
|
i see exactly the same with 2.5.69. (surprise)..
i will poke around with it and see if i can get it running.. _________________ --
Henrik Persson |
|
Back to top |
|
|
vish n00b
Joined: 28 Jan 2003 Posts: 28
|
Posted: Tue May 13, 2003 11:44 pm Post subject: |
|
|
I tried to compile it by getting the source from the website.
Same error(Big suprise!)
ok then i used the old kernel headers and it compiled but it didnt work..
It gives the invalid argument error
Which everyone on this forum said can be fixed by recompiling...
So I am stuck.
Maybe I should try a different version |
|
Back to top |
|
|
vish n00b
Joined: 28 Jan 2003 Posts: 28
|
Posted: Wed May 14, 2003 12:02 am Post subject: |
|
|
I tried emerging iptables-1.2.7a-r4.
and it worked! |
|
Back to top |
|
|
AlterEgo Veteran
Joined: 25 Apr 2002 Posts: 1619
|
Posted: Wed May 14, 2003 6:23 pm Post subject: |
|
|
vish wrote: | I tried emerging iptables-1.2.7a-r4.
and it worked! |
Isn't that kinda strange: an older version working nicely on a newer kernel?
Can you try emerging iproute using 2.5.69 and iptables-1.2.7a-r4 for me ? |
|
Back to top |
|
|
|