diff options
Diffstat (limited to 'contrib/bind/INSTALL')
-rw-r--r-- | contrib/bind/INSTALL | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/contrib/bind/INSTALL b/contrib/bind/INSTALL index 5672a6d..165f529 100644 --- a/contrib/bind/INSTALL +++ b/contrib/bind/INSTALL @@ -1,11 +1,19 @@ -Supported Systems +Systems it is known to compile and run on: + + BSD/OS 3.1, 4.0.1 + FreeBSD 3.1, 3.2, 3.3 + RH Linux 5.2 (don't use "make links" when building, though) + Debian GNU/Linux 2.2.9 ("unreleased") + Digital UNIX 3.2C, 4.0, 5.0 + NetBSD/i386 1.3.2, 1.4 + SunOS 5.6 (Solaris 2.6), SunOS 5.7 (Solaris 7) + SCO UnixWare 7.0, 7.0.1, 7.1 + +Systems it has been known in the past to compile and run on: AIX 4.x A/UX 3.1.1 - BSD/OS 2.1, 3.x Digital ULTRIX 4.5 - Digital UNIX 3.2C, 4.0 - FreeBSD 2.x, 3.0 HP MPE HP-UX 9.x, 10.20 IRIX 5.3, 6.2, 6.4 @@ -13,10 +21,9 @@ Supported Systems NetBSD 1.2, 1.3 OpenBSD 2.1 QNX - Red Hat Linux 4.x, 5.0 SCO UNIX 3.2v4.2, SCO OSE 5.0.4, UnixWare 2.0.x, 2.1.2 SunOS 4.1.4 - SunOS 5.5 (Solaris 2.5), 5.6 (Solaris 2.6) + SunOS 5.5 (Solaris 2.5) See port/README for information on porting BIND 8 to other systems. @@ -50,9 +57,11 @@ Building make depend + NOTE: "make depend" is a NO-OP for these platforms: AIX, HPUX and NeXT. + Finally, - make + make all Installation @@ -69,15 +78,20 @@ Installation DESTDIR prefix used in front of all other DEST variables. The default is the - empty prefix. + empty prefix. (for non-root installs; + not equivalent to autoconf's --prefix) + DESTLIB libraries DESTINC include files DESTBIN ordinary binaries (e.g. dig, nslookup) DESTSBIN system binaries (e.g. named) DESTEXEC helper binaries (e.g. named-xfer) DESTHELP place to put nslookup's help file + DESTMAN man file location DESTETC configuration file - DESTRUN PID file location + DESTRUN PID file location and "ndc" control + channel location. This cannot be the + same directory as DESTSBIN. These variables should be specified in the Makefile.set for your port (e.g. if you use Solaris, in src/port/solaris/Makefile.set). @@ -120,6 +134,10 @@ Operating System Notes Build problems have been reported with the AIX "make". We recommend using GNU "make" instead. + + FreeBSD, NetBSD, OpenBSD and BSDI + The kit should compile even if you have intalled the KAME + IPv6 kit. Linux @@ -157,6 +175,10 @@ Operating System Notes An ANSI/ISO C compiler is required; we used gcc 2.7.2.1. + NeXT + + Read src/port/next/README.FIRST before trying to build. + Certain older versions of FreeBSD, NetBSD and BSD/OS These systems have a /bin/sh based on "ash", which doesn't |