=head1 NAME

INSTALL - Apache AuthCookieDBIRadius installation instructions



=head1 PREREQUISITES

Apache version 1.3.6+

Perl version 5.004 or higher (5.005_03 or higher recommended)

Apache::AuthCookie 3.04

Authen::Radius (optional)




=head1 Build and install

Please read the README file first. 

Install Apache::AuthCookie.

	cpan> install Tie::IxHash

	cpan> install Apache::AuthCookie

Install Authen::Radius (RadiusPerl-0.05)
optional.

	cpan> install Authen::Radius

Install Apache::AuthCookieDBIRadius
(force if test fails)

	cpan> force install Apache::AuthCookieDBIRadius


Or run:

  perl Makefile.PL
  make
  make test (optional)	
  make install




=head1 MORE INFO


Type 'perldoc Apache::AuthCookie'  or 'perldoc 
Apache::AuthCookieDBIRadius' for info on configuring 
and running this module.
