Serveur DNS
Find a file
Bob Halley 767d29c43d add
1999-02-09 01:09:47 +00:00
bin conforming changes 1999-02-06 01:28:15 +00:00
doc/dev add 1999-02-09 01:09:47 +00:00
lib First pass at addrlength grossness cleanup. Man, this is ugly. 1999-02-06 08:48:08 +00:00
make when dealing with subdirs, do not print messsages if the directory is nulldir 1999-01-04 19:23:44 +00:00
util update 1999-02-01 21:23:31 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
acconfig.h First pass at addrlength grossness cleanup. Man, this is ugly. 1999-02-06 08:48:08 +00:00
config.guess BIND9 Pool Creation 1998-12-11 20:10:26 +00:00
config.h.in First pass at addrlength grossness cleanup. Man, this is ugly. 1999-02-06 08:48:08 +00:00
config.sub BIND9 Pool Creation 1998-12-11 20:10:26 +00:00
configure don't use -lxnet for now, it is one huge porting nightmare... 1999-02-06 08:52:38 +00:00
configure.in don't use -lxnet for now, it is one huge porting nightmare... 1999-02-06 08:52:38 +00:00
install-sh BIND9 Pool Creation 1998-12-11 20:10:26 +00:00
Makefile.in First pass at addrlength grossness cleanup. Man, this is ugly. 1999-02-06 08:48:08 +00:00
README add 1999-02-02 02:07:21 +00:00
version update 1999-02-02 06:11:15 +00:00

We've had successful builds and tests on the following systems

	BSDI 3.1
	Digital UNIX 4.0D
	HP-UX 11
	Red Hat Linux 5.2
	SGI IRIX 6.5
	Solaris 2.6

To build, just

	./configure
	make

Do not run 'make install'.

Building with gcc is not supported, unless gcc is the vendor's usual
compiler (e.g. the various BSD systems, Linux).  If you have gcc installed
on a system where it is not the vendor's usual compiler, then you should

	setenv CC cc			# Solaris, HP-UX

or

	setenv CC c89			# Digital UNIX

before doing "./configure".

We know about the compiler warnings for socket.c on some systems.  The issue
will be addressed in a future release, but in the meantime everything should
still work.

Code in bin/named is for testing purposes only, and is not representative of
the final architecture.  Currently, it can load one zone and answer questions
about names in that zone.

All APIs are subject to change in future code drops.

Out-of-zone glue is not supported yet.

Trying to query for ANY RR type doesn't work yet.

IRIX note: you must edit lib/isc/Makefile.in changing

		pthreads/condition.o \
		@ISC_EXTRA_OBJS@

to

		pthreads/condition.o @ISC_EXTRA_OBJS@

before you run ./configure.  Many compiler warnings, etc. are currently
generated on IRIX.  They will be cleaned up in a future release.