diff --git a/webtools/bugzilla/docs/sgml/installation.sgml b/webtools/bugzilla/docs/sgml/installation.sgml index 44c2d3bba8e5..80105f2d521d 100644 --- a/webtools/bugzilla/docs/sgml/installation.sgml +++ b/webtools/bugzilla/docs/sgml/installation.sgml @@ -1398,17 +1398,24 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ - - Use ppm from your perl\bin directory to install the following packs: DBI, - DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, and GD. You may need - to extract them from .zip format using Winzip or other unzip program first. - These additional ppm modules can be downloaded from ActiveState. - + + Use ppm from your perl\bin directory to install the following + packs: DBI, DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, + GD, AppConfig, and Template. You may need to extract them from + .zip format using Winzip or other unzip program first. Most of + these additional ppm modules can be downloaded from ActiveState, + but AppConfig and Template should be obtained from OpenInteract + using the instructions on + the Template Toolkit web site. + You can find a list of modules at http://www.activestate.com/PPMPackages/zips/5xx-builds-only/ + or http://www.activestate.com/PPMPackages/5.6plus @@ -1426,10 +1433,35 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ - You can find ActiveState ppm modules at - - http://www.activestate.com/PPMPackages/5.6plus + ActiveState's 5.6Plus directory also contains an AppConfig ppm, so + you might see the following error when trying to install the + version at OpenInteract: + + + + Error installing package 'AppConfig': Read a PPD for + 'AppConfig', but it is not intended for this build of Perl + (MSWin32-x86-multi-thread) + + + If so, download both the + tarball and the + ppd directly from OpenInteract, then run ppm from within + the same directory to which you downloaded those files and + install the package by referencing the ppd file explicitly via in + the install command, f.e.: + + Installing OpenInteract ppd Modules manually on Microsoft + Windows + + install + C:\AppConfig.ppd + + + diff --git a/webtools/bugzilla/docs/xml/installation.xml b/webtools/bugzilla/docs/xml/installation.xml index 44c2d3bba8e5..80105f2d521d 100644 --- a/webtools/bugzilla/docs/xml/installation.xml +++ b/webtools/bugzilla/docs/xml/installation.xml @@ -1398,17 +1398,24 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ - - Use ppm from your perl\bin directory to install the following packs: DBI, - DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, and GD. You may need - to extract them from .zip format using Winzip or other unzip program first. - These additional ppm modules can be downloaded from ActiveState. - + + Use ppm from your perl\bin directory to install the following + packs: DBI, DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, + GD, AppConfig, and Template. You may need to extract them from + .zip format using Winzip or other unzip program first. Most of + these additional ppm modules can be downloaded from ActiveState, + but AppConfig and Template should be obtained from OpenInteract + using the instructions on + the Template Toolkit web site. + You can find a list of modules at http://www.activestate.com/PPMPackages/zips/5xx-builds-only/ + or http://www.activestate.com/PPMPackages/5.6plus @@ -1426,10 +1433,35 @@ bash# cd $BUGZILLA_HOME; for i in `ls *.cgi`; \ - You can find ActiveState ppm modules at - - http://www.activestate.com/PPMPackages/5.6plus + ActiveState's 5.6Plus directory also contains an AppConfig ppm, so + you might see the following error when trying to install the + version at OpenInteract: + + + + Error installing package 'AppConfig': Read a PPD for + 'AppConfig', but it is not intended for this build of Perl + (MSWin32-x86-multi-thread) + + + If so, download both the + tarball and the + ppd directly from OpenInteract, then run ppm from within + the same directory to which you downloaded those files and + install the package by referencing the ppd file explicitly via in + the install command, f.e.: + + Installing OpenInteract ppd Modules manually on Microsoft + Windows + + install + C:\AppConfig.ppd + + +