ankit mandhani | 1 Apr 2009 09:47
Picon

a query on make file

Dear sir,
As soon as i try to run the make file...
commands:

$ make gateway
Looking for gpgv...
Checking for firewall compatibility: No supported firewalls detected! Check
your path.
Supported firewalls include: iptables, ipchains, ipf, pf.
Can't seem to find supported firewall software. Check your path?
make: *** [check_fw] Error 255

In make file:
check_fw:
     <at> echo -n "Checking for firewall compatibility: "
    * <at> bin/detect-fw.sh bin* || ( echo "Can't seem to find supported firewall
software. Check your path?" && exit 255 )

Can u explain me this peace of code in the make file..
systemx | 1 Apr 2009 10:37
Picon

Re: a query on make file

find the file

/usr/local/nocat/bin/detect-fw.sh

change the kernel with yours.

----------
elif which iptables >/dev/null 2>&1 && \
  test X"`uname -sr | cut -d. -f-2`" = X"*Linux 2.4*"; then
    FIREWALL=iptables
    FW_BIN=iptable
----------

Bülent DALDAL
.. linux for life ..

On Wed, Apr 1, 2009 at 10:47 AM, ankit mandhani
<ankitmandhani31 <at> gmail.com>wrote:

> Dear sir,
> As soon as i try to run the make file...
> commands:
>
> $ make gateway
> Looking for gpgv...
> Checking for firewall compatibility: No supported firewalls detected! Check
> your path.
> Supported firewalls include: iptables, ipchains, ipf, pf.
> Can't seem to find supported firewall software. Check your path?
> make: *** [check_fw] Error 255
(Continue reading)


Gmane