First, you need to check to see exactly which Perl modules must be installed, if any. Login to your server via SSH, and change to the /cgi-bin/lib/src/ directory on your server. Inside this directory there is a check.pl script. At the SSH prompt, type the following to execute the check.pl script:
perl check.pl
This script will tell you exactly which Perl modules must be installed. If the script says all Perl modules are already installed, you can skip to Chapter 4. Complete Installation of the manual. Inside the /lib/src/ directory, you will find several sub-directories, corresponding to each Perl module. If for some reason your server does not have the DBI Perl module installed, you must download the source from http://www.cpan.org/, as it is not packaged with the Web Site Replicator.