#
# Public Release 3
#
# $Id: linux-README,v 1.2 1997/07/17 22:46:11 chopps Exp $
#
                        NOTES for Linux

  Linux 2.0.x requires that /usr/include/netinet/ip.h be patched with
linux-patch_ip.h in order to compile gated.  It will be included
in future releases of libc.

Apply the patch as follows:

   cd /usr/include/netinet
   patch -p0 < linux-patch_ip.h

Further notes from James Laferriere (babydr@nwrain.net)

   UDP Checksums 
	Must be enabled in the Kernel, Linux usually has this -on- by default
        
   IP Multicast support 
	Must be enabled in the Kernel, Linux must be told to include this
	during the configuring of the kernel.

   Interfacing to the ISODE SMUX interface 
	This version of GateD can do SNMP via the ISODE 7.0 SMUX interface.

   If ( an only if ) you get the error below at 'ld' time saying:
        xxxxx.o(.text+0xXXX): undefined referance to `herrno'

   Then:
        add -lresolv to 'ldflags=' line in your config file
             
   The above means Bind-4.9.x 'ELF/aout' shared libraries have been
   installed on your system.  Which altered the normal shared libraries.

