linux-readme

来自「unix/linux下的路由守护程序」· 代码 · 共 38 行

TXT
38
字号
## 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 withlinux-patch_ip.h in order to compile gated.  It will be includedin future releases of libc.Apply the patch as follows:   cd /usr/include/netinet   patch -p0 < linux-patch_ip.hFurther 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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?