Changeset 934


Ignore:
Timestamp:
12/08/22 16:08:05 (17 months ago)
Author:
Kris Deugau
Message:

/trunk

Update INSTALL with modules added since 2012 (!!), and update a CPAN link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r517 r934  
    66- Any CGI-capable web server that can execute arbitrary files or
    77  files with administrator-defineable extensions
    8 - PostgreSQL >= 7.4.  It should be possible to (fairly) trivially patch
     8- PostgreSQL.  It should be possible to (fairly) trivially patch
    99  the code for any other DBMS that supports:
    10   - an IP address/CIDR netblock data type
    11   - higher/greater, lower/less than, contains, and is-contained-by
    12     operators
     10  - an IP address/CIDR netblock data type, supporting higher/greater,
     11    lower/less than, contains, and is-contained-by operators
    1312- Perl >= 5.6
    1413  - Standard modules:
    1514    These should be included in any base Perl install
     15    - CGI::Carp
     16    - File::Basename
    1617    - File::Path
    17     - CGI::Carp
     18    - File::Spec
    1819    - POSIX
    1920    - Sys::Syslog
    2021  - Extra modules:
    21     - NetAddr::IP >= 4.x.  3.x may work, however 4.x has been out for
    22       more than 4 years.
     22    - CGI::Simple
    2323    - DBI
    2424    - DBD::Pg
     25    - Frontier::Client and Frontier::Responder.  Note that you may want to apply patch
     26      https://secure.deepnet.cx/releases/Frontier-HTAuth.patch to support calls out to
     27      an XMLRPC responder using HTTP AUTH, and will probably want to apply patch
     28      https://secure.deepnet.cx/releases/Frontier-undef_scalars.patch if you want to
     29      use the IPDB XMLRPC responder to keep your webserver error log from overflowing
     30      with "Use of uninitialized value..." warnings.
     31    - HTML::Template
     32    - NetAddr::IP
    2533    - Sys::SigAction.  This isn't strictly required;  it's used in an
    2634      example hook for validating customer IDs against an external
    2735      database.  It could arguably be replaced with sigaction() from the
    2836      POSIX module when using Perl >= 5.8.2.  See eg Sys::SigAction on
    29       CPAN (http://search.cpan.org/~lbaxter/Sys-SigAction-0.11/lib/Sys/SigAction.pm)
     37      CPAN (https://metacpan.org/release/LBAXTER/Sys-SigAction-0.11/view/lib/Sys/SigAction.pm)
    3038      for some thoughts on the gritty details.
    3139
Note: See TracChangeset for help on using the changeset viewer.