请问ASP-Apache如何安装阿?

我按要求安装完了perl后,打入rerl Makefile.PL开始安装后出现如下提示,出现错误无法安装,请问如何解决阿?


Checking for the prerequisite modules...

... found Apache !

... found Carp !

... found Data:umper !

... found Fcntl !

... found HTTP:ate !

!!! you need the module: MD5

     WHY: 32 byte hash algorithm for cookie session-id

!!! you need the module: MLDBM

     WHY: This is used for reading and writing multi-level hashes on disk

... found SDBM_File !

Checking for the optional modules...

??? you may want module: Apache::Filter

     WHY: Full SSI support via Apache::Filter & Apache::SSI

??? you may want module: Apache::SSI

     WHY: Full SSI support via Apache::Filter & Apache::SSI

... found CGI !

??? you may want module: Compress::Zlib

     WHY: Required for html gzip text compression for browsers that support it

... found DB_File !

??? you may want module: Devel::Symdump

     WHY: Used for StatINC setting, which reloads modules dynamically

??? you may want module: HTML::Clean

     WHY: Compress text/html with Clean config or $Response->{Clean} set to 1-9

??? you may want module: HTML::FillInForm

     WHY: Enables FormFill feature which will auto fill forms from $Request->Form data

... found Net::Config !

... found Net::SMTP !

??? you may want module: Tie::Cache

     WHY: XSLTCacheSize setting support

??? you may want module: Time::HiRes

     WHY: Sub second Apache::ASP response timing with Debug turned on.

??? you may want module: XML::XSLT

     WHY: XSLT transformations require this module.  Install Bundle::XML from CPAN before installing this module for the first time.

Exiting now because of errors!

=-=-= CPAN HELP

There are many modules that have to be installed in order

to begin using Apache::ASP.  The easiest way to install
modules is with CPAN.pm.  To use its command line shell,

execute the following:


> perl -MCPAN -eshell


Then to install any modules, like HTTP:ate


> install HTTP:ate


and cpan will do all the work for you.  For more

information, please view the CPAN docs with


> perldoc CPAN

=-=-=