rwhois_ng v0.9.0 (12/09/08) - http://www.digitalgenesis.com

Additional information and install help can be found within our forums:

  http://www.digitalgenesis.com/support/forum

Quick Install:

  0. Untar the distribution archive. It will create a rwhois_ng-0.9.0 directory.
     Several examples follow:

     For .tar.gz files:
       tar xvzf rwhois_ng-0.9.0.tar.gz
        -or-
       zcat rwhois_ng-0.9.0.tar.gz | tar xvf -

     For .tar.bz2 files:
       tar xvIf rwhois_ng-0.9.0.tar.bz2
        -or-
       tar xvf rwhois_ng-0.9.0.tar.bz2 --with-compress-program=bzip2
        -or-
       bzcat rwhois_ng-0.9.0.tar.bz2 | tar xvf -

  1. Run './configure' in the rwhois_ng directory (you may need extra flags).

     cd rwhois_ng-0.9.0

     ./configure

  2. Run 'make all', then 'make install' as root.

     make all
     su -c 'make install'

  3. Run 'rwhois_ngd' the rwhois_ng daemon.

     The help menu displays the various configurable options available by
     running:

       > /usr/local/bin/rwhois_ngd -h

     Startup the rwhois_ng daemon by running:
     running:

        > /usr/local/bin/rwhois_ngd -c /etc/rwhois_ngd.conf

Fini
