home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / bind / bind-4.001 / bind-4~ / bind-4.9.3-BETA9 / conf / Info.Linux < prev    next >
Internet Message Format  |  1994-07-21  |  1KB

  1. Received: by gw.home.vix.com id AA12147; Sun, 17 Jul 94 06:28:48 -0700
  2. Received: by gw.home.vix.com id AA12143; Sun, 17 Jul 94 06:28:44 -0700
  3. Received: by sting.artisoft.com (Linux Smail3.1.28.1 #14)
  4.     id m0qPWGo-000dFMC; Sun, 17 Jul 94 06:28 MST
  5. Message-Id: <m0qPWGo-000dFMC@sting.artisoft.com>
  6. Date: Sun, 17 Jul 94 06:28 MST
  7. From: mday@artisoft.com (Matt Day)
  8. To: bind-workers@vix.com
  9. Subject: Linux compiling comments
  10.  
  11. Hi,
  12.  
  13. Here are brief instructions for compiling BIND 4.9.3 on Linux.
  14. Could they please be placed in a file in the BIND distribution
  15. somewhere?
  16.  
  17. ====
  18.  
  19. By doing the following, BIND 4.9.3 will compile on Linux 1.1.29 using
  20. gcc-2.5.8 + libc-4.5.26 + inc-4.5.26:
  21.  
  22. 1) Delete (or rename) the compat/include/sys/cdefs.h header file.
  23.    This allows gcc to pick up the correct <sys/cdefs.h> header file
  24.    when compiling.
  25.  
  26. 2) Change your <sys/param.h> header file to #include <sys/types.h>.
  27.    BIND assumes <sys/param.h> includes <sys/types.h>.
  28.    Note that later versions of <sys/param.h> on Linux will
  29.    include this change.
  30.  
  31. 3) Follow the regular BIND installation instructions.
  32.  
  33. ====
  34.  
  35. Thanks,
  36.  
  37. Matt
  38.