Hi guys,
This is dreadful. Computer languages are utterly simple, at least to me.
Unfortunately there is little or nothing logical about getting things set up
so one can go ahead and 'speak' the language. This is the part I dread
every time.
Anyway I managed to get rid of
---------------------------------------
[Tue Aug 1 04:57:55 2000] [error] Can't locate loadable object for module
Digest::MD5 in @INC (@INC contains:
/usr/home/drjoelsc/usr/local/lib/site_perl
/usr/home/drjoelsc/usr/local/lib/site_perl/Apache/site
...................................................
----------------------------------------------------
by putting DynaLoader.pm in @INC. It had been suggested that Digest/MD5.pm
wasn't being found. That was not the case.
Anyway, now I get
----------------------------------------------
[Sun Aug 6 00:17:55 2000] [error] Undefined subroutine &Apache::ASP::handle
r called.
--------------------------------------------
Any ideas where that is coming from? There really is a handler subroutine
in ../Apache/ASP.pm. So?
Also, the reason I can't use CPAN is memory related. CPAN even runs out of
memory when I try installing CPAN!?
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: "Joel Cohen, Ph.D." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 2:11 PM
Subject: Re: Apache::ASP installation woes
> 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
>
>
>