From 34e22e18b050b9a507433d24eb7a896ce2182afd Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 6 Sep 2001 21:43:19 +0000 Subject: [PATCH] no more pg RADIUS silliness --- httemplate/docs/install.html | 2 +- httemplate/docs/postgresql.html | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100755 httemplate/docs/postgresql.html diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index f62ac4cf9..1529c648e 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -9,7 +9,7 @@ Before installing, you need:
  • mod_perl
  • SSH
  • Perl Don't enable experimental features like threads or the PerlIO abstraction layer. -
  • A transactional database engine supported by Perl's DBI. PostgreSQL is recommended. (see the PostgreSQL notes) MySQL's default MyISAM and ISAM table types are not supported. If you really want to use MySQL, you need to use one of the new transaction-safe table types such as BDB. +
  • A transactional database engine supported by Perl's DBI. PostgreSQL is recommended. MySQL's default MyISAM and ISAM table types are not supported. If you really want to use MySQL, you need to use one of the new transaction-safe table types such as BDB.
  • Perl modules (CPAN will query, download and build perl modules automatically)