Iptables: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:


== Multilib ==
== Multilib ==
'''''This package does not provide any libraries so only one installation is needed.'''''
'''''This package does not provide any libraries so only one installation is needed.'''''


=== 32Bit ===
=== 32Bit ===
Compile the package:
make CC="gcc ${BUILD32}" PREFIX=/usr LIBDIR=/lib BINDIR=/sbin
Install the package


make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install
'''''Not Supported under a 64bit Kernel.'''''


=== N32 ===
=== N32 ===


Compile the package:
'''''Not Supported under a 64bit Kernel.'''''
 
make CC="gcc ${BUILDN32}" PREFIX=/usr LIBDIR=/lib32 BINDIR=/sbin
 
Install the package
 
make PREFIX=/usr LIBDIR=/lib32 BINDIR=/sbin install


=== 64Bit ===
=== 64Bit ===

Revision as of 21:02, 4 September 2006

Download Source: http://www.netfilter.org/projects/iptables/files/iptables-1.3.5.tar.bz2

Dependencies

Non-Multilib

Compile the package:

make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin

Install the package

make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Not Supported under a 64bit Kernel.

N32

Not Supported under a 64bit Kernel.

64Bit

Compile the package:

make CC="gcc ${BUILD64}" PREFIX=/usr LIBDIR=/lib64 BINDIR=/sbin

Install the package

make PREFIX=/usr LIBDIR=/lib64 BINDIR=/sbin install