A SERVICE OF

logo

Introduction [1]
If you have Perl installed on your system, you can type the following at a shell
prompt to test if you already have a module installed. For example, to verify the
presence of the
DB_File module type:
find ‘Perl -e ’print "@INC"’‘ -name ’*.pm’ -print|grep DB_File
If you are using a nonstandard Perl installation or you are missing a required
module, you can either upgrade your Perl installation (Perl 5.6.1 is included
on the CrayDoc CD; we recommend you upgrade) or compile and install
the modules individually (see the CrayDoc CD for the source code and
documentation for the required Perl modules).
1.2.3 Berkeley Database and DB_File Module
Installation documentation for the Berkeley Database is available from the source
distribution on the CrayDoc CD. The DB_File Perl module is available within
the Perl.DB_File directory of the Berkeley Database source distribution on
the CD. Read the README files within the BerkeleyDB directory for installation
help.
Note: It is not enough to compile the Perl DB_File module. You must have
the Berkeley Database libraries installed as well. See the Berkeley Database
documentation for more information.
1.2.4 The CGI Perl Module
The CGI Perl module is included with all Perl versions 5.005 and later. If you do
not have the CGI Perl module installed, you should consider upgrading your Perl
version to 5.6.1, which is included on the CrayDoc CD.
1.2.5 The Dumper.pm Perl Module
The Dumper.pm Perl module is, according to the Dumper.pm documentation,
part of the standard Perl installation in versions 5.005 and later. This module
allows for reading and writing of the CrayDoc databases.
Warning: A version of the Dumper.pm module is included on the CrayDoc
CD. The included version will only work with Perl version 5.6.1 or later. Do
not install this version of the Dumper.pm module unless you are running Perl
5.6.1 or later and have already verified that you do not have the Dumper.pm
module already installed. See Section 1.2.2, page 2 for more on verifying
your Perl modules.
S234021 3