Hey,

Sorry I missed this one, I had a bit of a system crash and
lost a days worth of mail last weekend.  

Your error said:

[Sat Jul 07 13:39:08 2001] [error] Can't locate MLDBM.pm in @INC (@INC contains: 
D:/Perl/lib D:/Perl/site/lib . d:/program
      files/apache group/apache/ d:/program files/apache group/apache/lib/perl) at 
D:/Perl/site/lib/Apache/ASP.pm line 9.
      BEGIN failed--compilation aborted at D:/Perl/site/lib/Apache/ASP.pm line 9.
      Compilation failed in require at (eval 5) line 3.

This looks like to me that MLDBM wasn't installed.  This 
error would have come up during normal Apache::ASP installation
procedure, if you did:

  perl Makefile.PL <- error here without MLDBM installed
  make
  make test
  make install

Better yet, to install MLDBM, and all other modules that 
ASP really needs, use CPAN, like

 perl -MCPAN -e shell

and then type

 cpan> install Bundle::Apache::ASP

-- Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to