* Problems with ROUTE - Compile
@ 2005-08-24 19:31 Sp0oKeR
2005-08-24 20:03 ` Sp0oKeR
0 siblings, 1 reply; 2+ messages in thread
From: Sp0oKeR @ 2005-08-24 19:31 UTC (permalink / raw)
To: netfilter
I applied POM in my kernel 2.4.31. I compiled kernel ok, but Im trying
to build new iptables package and Im getting this errors
c -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/src/redhat/BUILD/iptables-1.2.8/include -Wall -Wunused
-I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.8\"
-fPIC -o extensions/libipt_ULOG_sh.o -c extensions/libipt_ULOG.c
ld -shared -o extensions/libipt_ULOG.so extensions/libipt_ULOG_sh.o
cc -O2 -g -pipe -march=i386 -mcpu=i686
-I/usr/src/redhat/BUILD/iptables-1.2.8/include -Wall -Wunused
-I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.8\"
-fPIC -o extensions/libipt_ROUTE_sh.o -c extensions/libipt_ROUTE.c
extensions/libipt_ROUTE.c: In function `init':
extensions/libipt_ROUTE.c:44: structure has no member named `oif'
extensions/libipt_ROUTE.c:45: structure has no member named `iif'
extensions/libipt_ROUTE.c:46: structure has no member named `gw'
extensions/libipt_ROUTE.c: In function `parse':
extensions/libipt_ROUTE.c:73: structure has no member named `oif'
extensions/libipt_ROUTE.c:76: structure has no member named `oif'
extensions/libipt_ROUTE.c:78: structure has no member named `oif'
extensions/libipt_ROUTE.c:91: structure has no member named `iif'
extensions/libipt_ROUTE.c:94: structure has no member named `iif'
extensions/libipt_ROUTE.c:96: structure has no member named `iif'
extensions/libipt_ROUTE.c:105: structure has no member named `gw'
extensions/libipt_ROUTE.c: In function `print':
extensions/libipt_ROUTE.c:142: structure has no member named `oif'
extensions/libipt_ROUTE.c:143: structure has no member named `oif'
extensions/libipt_ROUTE.c:145: structure has no member named `iif'
extensions/libipt_ROUTE.c:146: structure has no member named `iif'
extensions/libipt_ROUTE.c:148: structure has no member named `gw'
extensions/libipt_ROUTE.c:149: structure has no member named `gw'
extensions/libipt_ROUTE.c: In function `save':
extensions/libipt_ROUTE.c:161: structure has no member named `oif'
extensions/libipt_ROUTE.c:162: structure has no member named `oif'
extensions/libipt_ROUTE.c:164: structure has no member named `iif'
extensions/libipt_ROUTE.c:165: structure has no member named `iif'
extensions/libipt_ROUTE.c:167: structure has no member named `gw'
extensions/libipt_ROUTE.c:168: structure has no member named `gw'
make: *** [extensions/libipt_ROUTE_sh.o] Error 1
I tried redhat source and the last version and I got same errors.
Thanks,
Sp0oKeR
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problems with ROUTE - Compile
2005-08-24 19:31 Problems with ROUTE - Compile Sp0oKeR
@ 2005-08-24 20:03 ` Sp0oKeR
0 siblings, 0 replies; 2+ messages in thread
From: Sp0oKeR @ 2005-08-24 20:03 UTC (permalink / raw)
To: netfilter
Sorry guys, I was using an old version of POM. My bad!
Thanks,
Sp0oKeR
On 8/24/05, Sp0oKeR <spooker@gmail.com> wrote:
> I applied POM in my kernel 2.4.31. I compiled kernel ok, but Im trying
> to build new iptables package and Im getting this errors
>
> c -O2 -g -pipe -march=i386 -mcpu=i686
> -I/usr/src/redhat/BUILD/iptables-1.2.8/include -Wall -Wunused
> -I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.8\"
> -fPIC -o extensions/libipt_ULOG_sh.o -c extensions/libipt_ULOG.c
> ld -shared -o extensions/libipt_ULOG.so extensions/libipt_ULOG_sh.o
> cc -O2 -g -pipe -march=i386 -mcpu=i686
> -I/usr/src/redhat/BUILD/iptables-1.2.8/include -Wall -Wunused
> -I/usr/src/linux/include -Iinclude/ -DIPTABLES_VERSION=\"1.2.8\"
> -fPIC -o extensions/libipt_ROUTE_sh.o -c extensions/libipt_ROUTE.c
> extensions/libipt_ROUTE.c: In function `init':
> extensions/libipt_ROUTE.c:44: structure has no member named `oif'
> extensions/libipt_ROUTE.c:45: structure has no member named `iif'
> extensions/libipt_ROUTE.c:46: structure has no member named `gw'
> extensions/libipt_ROUTE.c: In function `parse':
> extensions/libipt_ROUTE.c:73: structure has no member named `oif'
> extensions/libipt_ROUTE.c:76: structure has no member named `oif'
> extensions/libipt_ROUTE.c:78: structure has no member named `oif'
> extensions/libipt_ROUTE.c:91: structure has no member named `iif'
> extensions/libipt_ROUTE.c:94: structure has no member named `iif'
> extensions/libipt_ROUTE.c:96: structure has no member named `iif'
> extensions/libipt_ROUTE.c:105: structure has no member named `gw'
> extensions/libipt_ROUTE.c: In function `print':
> extensions/libipt_ROUTE.c:142: structure has no member named `oif'
> extensions/libipt_ROUTE.c:143: structure has no member named `oif'
> extensions/libipt_ROUTE.c:145: structure has no member named `iif'
> extensions/libipt_ROUTE.c:146: structure has no member named `iif'
> extensions/libipt_ROUTE.c:148: structure has no member named `gw'
> extensions/libipt_ROUTE.c:149: structure has no member named `gw'
> extensions/libipt_ROUTE.c: In function `save':
> extensions/libipt_ROUTE.c:161: structure has no member named `oif'
> extensions/libipt_ROUTE.c:162: structure has no member named `oif'
> extensions/libipt_ROUTE.c:164: structure has no member named `iif'
> extensions/libipt_ROUTE.c:165: structure has no member named `iif'
> extensions/libipt_ROUTE.c:167: structure has no member named `gw'
> extensions/libipt_ROUTE.c:168: structure has no member named `gw'
> make: *** [extensions/libipt_ROUTE_sh.o] Error 1
>
>
> I tried redhat source and the last version and I got same errors.
>
> Thanks,
>
> Sp0oKeR
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-24 20:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24 19:31 Problems with ROUTE - Compile Sp0oKeR
2005-08-24 20:03 ` Sp0oKeR
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox