4a. Installing Perl Extensions
|
You'll need several additions to the standard Perl installation
in order to run BugTrack. Follow these steps to install them:
Note: If you are behind a firewall you may need to use
the alternate method for downloading and installing
the Perl extensions. |
- Click the Windows Start button, select Run, type in command
and press OK.
- Navigate to your Perl installation subdirectory (probably C:\Perl) and
make it your current subdirectory.
- On the command line, type PPM and press the Enter key.
- Type install CGI and press the Enter key.
Answer Yes to install CGI.
- Type install DBD::ODBC and press the Enter key.
Answer Yes to install DBD::ODBC.
- Type install DBI and press the Enter key.
Answer Yes to install DBI.
- Type install Mail::Sendmail and press the Enter key.
Answer Yes to install Sendmail.
That concludes the installation of Perl. Now on to installing BugTrack.
|
4b. Installing Perl Extensions from behind a firewall
|
If you are behind a firewall, the instructions above may not
work. In that event, try these instead:
-
Begin by creating a modules subdirectory at the
root of your Perl installation directory (e.g., C:\Perl\modules).
-
Next, download these 4 zip files from
http://www.activestate.com/ppmpackages/zips/6xx-builds-only
and place them in the modules subdirectory you just created:
- cgi.zip
- dbd-odbc.zip
- dbi.zip
- mail-sendmail.zip
-
Unzip each file into a subdirectory of the modules directory. If
you're using WinZip, you can simply right-click on each zip file
and select Extract to folder C:\Perl\modules\xxx,
where xxx is the name of the zip file you're
pointing at.
-
Click on the Windows Start button, select run,
type in command, and click on OK.
-
Navigate to the C:\Perl\modules subdirectory.
-
In each subdirectory you create when you unzip the files there will
be a file with the ppd extension.
For instance, you should have a file named
c:\perl\modules\cgi\cgi.ppd. To install these
extensions all you need to do is type
ppm install {ppd-file-name}, as in:
C:\Perl\modules> ppm install cgi\cgi.ppd
-
Execute the ppm install ... for each of the other
files and that should complete the installation of the required
Perl extensions.
|
|
<Back
|
Next>
|
|