
joshua at chamas
Jul 11, 2001, 3:16 PM
Post #2 of 2
(852 views)
Permalink
|
|
Re: APACHE::ASP configuration II *please help*
[In reply to]
|
|
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: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|