1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Installing Dlint 1.4.0
Copyright (C) 1993-1999 Paul A. Balyoz <pab@domtools.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
REQUIREMENTS
* DiG 2.1 or newer
* Perl 5 or newer
To see what version of DiG you have, just type "dig". The version line is
near the top of the output and looks like: ; <<>> DiG 8.1 <<>>
If you don't see it, you probably have a very recent version.
Type "dig localhost any" and look again.
The latest version of DiG is always available with the latest BIND nameserver
package: http://www.isc.org/bind.html
Perl 5 is required for the digparse script, though some later versions of
Perl 4 may also work (4.0PL36 does not work). To see what version of Perl
you have, type "perl -v".
INSTALLATION
1. Edit the first line of digparse to be the path to your perl binary.
Likely places: /usr/local/bin/perl, /usr/bin/perl, /bin/perl
2. Edit dlint and change the variable "rrfilt" to the correct path to
where digparse will be installed on your system. /usr/local/bin is
recommended.
3. Edit Makefile to set the paths of where everything will be installed,
/usr/local is recommended.
4. Type "make install" to install dlint. Or, you can simply run dlint
from this directory.
RUNNING DLINT, READING ITS OUTPUT
See README file for details.
--
Paul Balyoz, Unix Sysadmin and Programmer
Domtools Consulting pab@domtools.com
Phoenix Arizona, USA pbalyoz@jammed.com
|