* Compiling new iptables after kernel patch (compilation errors)
@ 2004-03-31 22:57 Luke Deryckx
2004-04-01 9:19 ` Tony Earnshaw
0 siblings, 1 reply; 3+ messages in thread
From: Luke Deryckx @ 2004-03-31 22:57 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]
I¹ve patched my kernel (2.4.22) using the ip_conntrack_pptp patch in the
latest patch-o-matic which I downloaded from the netfilter.org website.
Everything went very smoothly patching, building installing and booting my
kernel. However when I try to compile (or re-compile) any version of
iptables so that it will work with my new kernel the make fails almost
immediately yielding the a few different errors.
If I attempt to compile a fresh version of iptables 1.2.6a which is what I
had been runing on before I get:
>> make: *** No rule to make target `extensions/libipt_dscp.o', needed by
`extensions/libext.a'. Stop.
If I try any other version it seems (I¹ve tried 1.2.7a and 1.2.9) I get:
>>make: *** No rule to make target `extensions/libipt_dscp.o', needed by
`extensions/libext.a'. Stop.
Or
>> make: *** No rule to make target `extensions/libip6t_mark.c', needed by
`extensions/libip6t_mark.d'. Stop.
Depending on if I¹ve fooled around with the Make file at all (which I did to
try to overcome these errors)
I¹m using a debian based linux called Pebble (www.nycwireless.org/pebble)
with the 2.4.22 kernel (which I have recompiled and reinstalled).
I¹ve tried compiling with and without the NO_SHARED_LIBS value set in
Makefile (changing this seems to change the error, but there is still and
error) and I¹ve also made extra sure that I have the correct KERNEL_DIR set
(/usr/src/linux-2.4.22 in my case).
Any advice would be most appreciated.
Thanks
Luke Deryckx
[-- Attachment #2: Type: text/html, Size: 1857 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiling new iptables after kernel patch (compilation errors)
2004-03-31 22:57 Compiling new iptables after kernel patch (compilation errors) Luke Deryckx
@ 2004-04-01 9:19 ` Tony Earnshaw
0 siblings, 0 replies; 3+ messages in thread
From: Tony Earnshaw @ 2004-04-01 9:19 UTC (permalink / raw)
To: netfilter
tor, 01.04.2004 kl. 00.57 skrev Luke Deryckx:
[...]
> I¢m using a debian based linux called Pebble
> (www.nycwireless.org/pebble) with the 2.4.22 kernel (which I have
> recompiled and reinstalled).
>
> I¢ve tried compiling with and without the NO_SHARED_LIBS value set in
> Makefile (changing this seems to change the error, but there is still
> and error) and I¢ve also made extra sure that I have the correct
> KERNEL_DIR set (/usr/src/linux-2.4.22 in my case).
>
> Any advice would be most appreciated.
Obsolete libtool version? 1.4.3 works for me with Netfilter 1.2.9 on
RedHat RHEL3, libtool 1.5.x is out.
--Tonni
--
mail: billy - at - billy.demon.nl
http://www.billy.demon.nl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiling new iptables after kernel patch (compilation errors)
[not found] <200404020430.i324UxsV030704@server5.bandwidthco.com>
@ 2004-04-02 16:33 ` Luke Deryckx
0 siblings, 0 replies; 3+ messages in thread
From: Luke Deryckx @ 2004-04-02 16:33 UTC (permalink / raw)
To: markee, Netfilter list
[-- Attachment #1: Type: text/plain, Size: 2747 bytes --]
Absolutely sure. :)
It¹s actually /usr/src/linux-2.4.22 for me but I also have a sym link at
/usr/src/linux
I checked many times, tried specifying on the command line, and even tried
hard coding it into the Makefile.
I think I might try starting from scratch with a different kernel. I did
this same process on another linux distro machine with kernel 2.4.25 and
iptables 1.2.7a and it worked flawlessly.
From what I¹ve seen of the IP_PPTP_CONNTRACK patch on the other machine, it
works very nicely by the way. It was nice to be able to VPN in with two
sessions to the same office from behind the same NAT a definite must for
any publicly used NATed network.
Thanks for the help
Luke
On 4/1/04 8:30 PM, "Mark E. Donaldson" <markee@bandwidthco.com> wrote:
> Are you using "make KERNEL_DIR=/usr/src/linux" ?
>
>
> From: netfilter-admin@lists.netfilter.org
> [mailto:netfilter-admin@lists.netfilter.org] On Behalf Of Luke Deryckx
> Sent: Wednesday, March 31, 2004 2:58 PM
> To: netfilter@lists.netfilter.org
> Subject: Compiling new iptables after kernel patch (compilation errors)
>
> I¹ve patched my kernel (2.4.22) using the ip_conntrack_pptp patch in the
> latest patch-o-matic which I downloaded from the netfilter.org website.
> Everything went very smoothly patching, building installing and booting my
> kernel. However when I try to compile (or re-compile) any version of iptables
> so that it will work with my new kernel the make fails almost immediately
> yielding the a few different errors.
>
> If I attempt to compile a fresh version of iptables 1.2.6a which is what I had
> been runing on before I get:
>>> >> make: *** No rule to make target `extensions/libipt_dscp.o', needed by
>>> `extensions/libext.a'. Stop.
> If I try any other version it seems (I¹ve tried 1.2.7a and 1.2.9) I get:
>>> >>make: *** No rule to make target `extensions/libipt_dscp.o', needed by
>>> `extensions/libext.a'. Stop.
> Or
>>> >> make: *** No rule to make target `extensions/libip6t_mark.c', needed by
>>> `extensions/libip6t_mark.d'. Stop.
>
> Depending on if I¹ve fooled around with the Make file at all (which I did to
> try to overcome these errors)
>
> I¹m using a debian based linux called Pebble (www.nycwireless.org/pebble) with
> the 2.4.22 kernel (which I have recompiled and reinstalled).
>
> I¹ve tried compiling with and without the NO_SHARED_LIBS value set in Makefile
> (changing this seems to change the error, but there is still and error) and
> I¹ve also made extra sure that I have the correct KERNEL_DIR set
> (/usr/src/linux-2.4.22 in my case).
>
> Any advice would be most appreciated.
>
> Thanks
>
> Luke Deryckx
>
>
>
[-- Attachment #2: Type: text/html, Size: 3534 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-02 16:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-31 22:57 Compiling new iptables after kernel patch (compilation errors) Luke Deryckx
2004-04-01 9:19 ` Tony Earnshaw
[not found] <200404020430.i324UxsV030704@server5.bandwidthco.com>
2004-04-02 16:33 ` Luke Deryckx
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox