I believe CPAN might need to use Digest::MD5 which might
get in the way some if its not working. You won't be
able to use things like MD5 or Digest::MD5 without
really compiling the modules with "perl Makefile.PL".
It won't do to just copy the .pm's because this
needs some C compilation.
Apache::ASP is pure perl, and many other modules are too
that it relies on, but not MD5. I would suggest getting root
on your system, or having someone who has this access to
install the appropriate modules for you. Failing this,
you may try to use custom Makefile.PL args to set up a local
lib for installation, read up on "perldoc ExtUtils::MakeMaker"
--Joshua
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks >> free web link monitoring Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
"Joel Cohen, Ph.D." wrote:
>
> Hi guys,
>
> If only life were that simple. I'm living on a virtual server and I'm
> limited by privilege in what I can do. I tried using CPAN first but it
> crashes. Either it's installed incorrectly by superuser or it too suffers
> from limited privileges in this environment. Anyhow I've been downloading
> the tar files and literally placing the modules in the Apache directory by
> hand one at a time. Now that you've told me MD5 is looking for Digest::MD5
> I will add a "use lib qw(/../)" to MD5.pm so it can find it. Hopefully
> that will get me to the next error in line!
>
> Is there no way to alter @INC so it keeps the new libraries once I've added
> them? So far it appears that all I can do is put a "use lib qw(/../)"
> statement in every module?
>
> Joel Cohen, Ph.D.
> Dr. Joel's Computer Shoppe
> (www.drjoelscomputers.com)
> 8209 Meadow Road #1030
> Dallas, Texas 75231
>
> ph./fax: 214-706-8963
> email: [EMAIL PROTECTED]
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, August 01, 2000 9:47 AM
> Subject: Re: Apache::ASP installation woes
>
> > In a message dated 8/1/00 10:27:21 AM Eastern Daylight Time, [EMAIL PROTECTED]
> > writes:
> >
> > > I would advice to use the CPAN installer, which will save you a lot of
> time,
> > > effort and worries.
> > >
> > > Ime
> >
> > Which is available simply by typing
> > # perl -MCPAN -e shell