|
一、回退 activeperl 版本至 5.10.0.1003 ,查询结果如下:
C:\Perl\bin>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1003 [285500] provided by ActiveState http://www.ActiveState.com
Built May 13 2008 16:52:49
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
二、执行完 perl c:\bugzilla\checksetup.pl 命令后,提示以下模块必须安装:
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run checksetup.pl):
ppm install TimeDate
ppm install DateTime
ppm install DateTime-TimeZone
ppm install Template-Toolkit
ppm install Email-Send
ppm install Email-MIME
ppm install URI
ppm install List-MoreUtils
ppm install Math-Random-ISAAC
ppm install Win32
*** Installation aborted. Read the messages above. ***
三、按提示要标注,找到了对应 PPD 资源,地址 http://cpan.uwinnipeg.ca/PPMPackages/10xx/
依次执行上述待安装模块,如下:
C:\Perl\bin>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/TimeDate.ppd
Downloading TimeDate-1.16...done
Unpacking TimeDate-1.16...done
Generating HTML for TimeDate-1.16...done
Updating files in site area...done
30 files unchanged
四、再次执行 perl c:\bugzilla\checksetup.pl 命令后,依然提示上述模块必须要安装:
COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run checksetup.pl):
ppm install TimeDate
ppm install DateTime
ppm install DateTime-TimeZone
ppm install Template-Toolkit
ppm install Email-Send
ppm install Email-MIME
ppm install URI
ppm install List-MoreUtils
ppm install Math-Random-ISAAC
ppm install Win32
*** Installation aborted. Read the messages above. ***
五、下一步应该怎样才能得到想要的 localconfig 文件呢?
恳请各位大侠,不吝指教,在下将不胜感激。 |
|