📄 linux-readme
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -