Perl Installation

[TOP] [BACK TO INSTALL]

1. INSTALLATION STEPS

  1. Install Perl
  2. Install DB Modules

2. INSTALL Perl

Download Perl RPM file and install it.

% rpm -ivh perl-5.6.1-34.99.6.i386.rpm

NOTE: We *STRONGLY RECOMMEND* to use Perl *5.6* in this test suite. When you want to issue the certificate which includes UTF8 CJK( Chinese, Japanese and Korean) characters or some European characters in its directory name you may have error using Perl 5.8.x.

3. INSTALL DB Modules

Download RPM packages of 'DBI' and 'DBD::Pg' and then install them in order to connect PostgreSQL database in Perl.

% rpm -ivh perl-DBI-1.21-1.i386.rpm

% rpm -ivh perl-DBD-Pg-1.01-8.386.rpm

You can also install them by the files downloaded from 'CPAN' site.