You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by "John D. Leonard II" <jo...@ce.gatech.edu> on 2001/06/05 20:41:49 UTC

Install problem - ASP-2.11

All:

I've tried to installed ASP-2.11 on:

linux 7.1 (seawolf)
apache 1.3.19 (from source, not RPM)
modperl 1.25 (from source, not RPM)
perl 5.6.1 (from source, not RPM)

modperl works OK (passes all it's tests, however
"modules/module......skipped test on this platform".)

With ASP-2.11, the "make test" tests give an error "skipped on this
platform" for ALL tests.

I installed 2.09 and it appears to work fine using the same versions of
apache and modperl.

JL
------
John D. Leonard II, Associate Professor            Phone: 404/894-2360
School of Civil and Environmental Engineering       FAX:  404/894-2278
Georgia Institute of Technology           http://traffic.ce.gatech.edu
Atlanta, GA  30332-0355              mailto:john.leonard@ce.gatech.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Install problem - ASP-2.11

Posted by Joshua Chamas <jo...@chamas.com>.
As mentioned in a separate email, a parser optimization
released in v2.11 broke Apache::ASP under perl 5.6.1.
The fix will be released soon in v2.15

--Josh

"John D. Leonard II" wrote:
> 
> All:
> 
> > I'll revert back perl 5.6.0 and see if ASP 2.11 works.
> 
> ASP 2.11 works with the following configuration:
>   linux 7.1
>   apache 1.3.20
>   mod_perl 1.25
>   perl 5.6.0
> 
> Upgrading to perl 5.6.1 breaks 2.11, but ASP 2.09 continues work.
> 
> NOTES:
> 
> 1) During the installation of the necessary modules to get ASP 2.11 to work
> (e.g., FreezeThaw, MLDBM, libwww, libnet, Apache::Filter, Apache::SSI, to
> name a few - I didn't keep track) several perl modules failed a few tests
> under 5.6.1.  I looked into a few of these tests (in the respective t/*.t
> files) and they appeared fine to me.  I went ahead and "forced" install
> without any apparent negative impacts.
> 
> 2) Further, reverting back to 5.6.0 and continuing to use the latest version
> of some modules (e.g., the modules automatically picked by CPAN,) also
> generates some failed tests during "make test."  Apparently, some module
> "updates" for 5.6.1 break the modules under 5.6.0.  Again, I "forced"
> install without any apparent negative impacts.
> 
> 3) Watch out when installing bundles (e.g., Bundle::CPAN).  My version of
> CPAN (1.52) wanted to "upgrade" to 1.59, and in doing so, continually
> attempted to upgrade to perl 5.6.1.  To get around this "feature", I had to
> install each necessary module separately.  Further, I often had to leave
> CPAN and build the module from the command line directly (from the
> .cpan/build directory.)
>

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


RE: Install problem - ASP-2.11

Posted by "John D. Leonard II" <jo...@ce.gatech.edu>.
All:

> I'll revert back perl 5.6.0 and see if ASP 2.11 works.

ASP 2.11 works with the following configuration:
  linux 7.1
  apache 1.3.20
  mod_perl 1.25
  perl 5.6.0

Upgrading to perl 5.6.1 breaks 2.11, but ASP 2.09 continues work.

NOTES:

1) During the installation of the necessary modules to get ASP 2.11 to work
(e.g., FreezeThaw, MLDBM, libwww, libnet, Apache::Filter, Apache::SSI, to
name a few - I didn't keep track) several perl modules failed a few tests
under 5.6.1.  I looked into a few of these tests (in the respective t/*.t
files) and they appeared fine to me.  I went ahead and "forced" install
without any apparent negative impacts.

2) Further, reverting back to 5.6.0 and continuing to use the latest version
of some modules (e.g., the modules automatically picked by CPAN,) also
generates some failed tests during "make test."  Apparently, some module
"updates" for 5.6.1 break the modules under 5.6.0.  Again, I "forced"
install without any apparent negative impacts.

3) Watch out when installing bundles (e.g., Bundle::CPAN).  My version of
CPAN (1.52) wanted to "upgrade" to 1.59, and in doing so, continually
attempted to upgrade to perl 5.6.1.  To get around this "feature", I had to
install each necessary module separately.  Further, I often had to leave
CPAN and build the module from the command line directly (from the
.cpan/build directory.)

JL
------
John D. Leonard II, Associate Professor            Phone: 404/894-2360
School of Civil and Environmental Engineering       FAX:  404/894-2278
Georgia Institute of Technology           http://traffic.ce.gatech.edu
Atlanta, GA  30332-0355              mailto:john.leonard@ce.gatech.edu


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


RE: Install problem - ASP-2.11

Posted by "John D. Leonard II" <jo...@ce.gatech.edu>.
Joshua:

I've got both MD5 and Digest::MD5 installed (according to the perl CPAN
manager, both are "up to date.")

I'll revert back perl 5.6.0 and see if ASP 2.11 works.

Al

> -----Original Message-----
> From: Joshua Chamas [mailto:ayafm@yahoo.com]
> Sent: Tuesday, June 05, 2001 5:48 PM
> To: Philip Mak; John D. Leonard II
> Cc: asp@perl.apache.org
> Subject: Re: Install problem - ASP-2.11
>
>
> Hmm... 2.11 seemed to install fine on my perl 5.6.x,
> I'll check out 5.6.1, I might have had 5.6.0
> when I tested.  I'll probably get to this in
> another week.  A big difference between 2.11
> and 2.09 was the shift from using MD5 to
> Digest::MD5, as I mentioned in an earlier
> email.  I'll see if this has to do with
> anything.
>
> --Josh
>
> --- Philip Mak <pm...@aaanime.net> wrote:
> > What a coincidence, I've also been having trouble.
> >
> > I'm using Linux 6.1 with Apache 1.3.20, mod_perl 1.25 and perl 5.6.1.
> > I
> > get "skipped test on the platform" for all but one of the tests (that
> > one
> > gives some errors but I didn't log them...).
> >
> > If I use ASP-2.09 instead of ASP-2.11, or if I use perl 5.00503
> > instead of
> > perl 5.6.1, this problem does not occur.
> >
> > -Philip Mak (pmak@aaanime.net)
> >
> > On Tue, 5 Jun 2001, John D. Leonard II wrote:
> >
> > > All:
> > >
> > > I've tried to installed ASP-2.11 on:
> > >
> > > linux 7.1 (seawolf)
> > > apache 1.3.19 (from source, not RPM)
> > > modperl 1.25 (from source, not RPM)
> > > perl 5.6.1 (from source, not RPM)
> > >
> > > modperl works OK (passes all it's tests, however
> > > "modules/module......skipped test on this platform".)
> > >
> > > With ASP-2.11, the "make test" tests give an error "skipped on this
> > > platform" for ALL tests.
> > >
> > > I installed 2.09 and it appears to work fine using the same
> > versions of
> > > apache and modperl.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> > For additional commands, e-mail: asp-help@perl.apache.org
> >
> >
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> For additional commands, e-mail: asp-help@perl.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Install problem - ASP-2.11

Posted by Joshua Chamas <ay...@yahoo.com>.
Hmm... 2.11 seemed to install fine on my perl 5.6.x,
I'll check out 5.6.1, I might have had 5.6.0
when I tested.  I'll probably get to this in
another week.  A big difference between 2.11 
and 2.09 was the shift from using MD5 to 
Digest::MD5, as I mentioned in an earlier
email.  I'll see if this has to do with 
anything.

--Josh

--- Philip Mak <pm...@aaanime.net> wrote:
> What a coincidence, I've also been having trouble.
> 
> I'm using Linux 6.1 with Apache 1.3.20, mod_perl 1.25 and perl 5.6.1.
> I
> get "skipped test on the platform" for all but one of the tests (that
> one
> gives some errors but I didn't log them...).
> 
> If I use ASP-2.09 instead of ASP-2.11, or if I use perl 5.00503
> instead of
> perl 5.6.1, this problem does not occur.
> 
> -Philip Mak (pmak@aaanime.net)
> 
> On Tue, 5 Jun 2001, John D. Leonard II wrote:
> 
> > All:
> >
> > I've tried to installed ASP-2.11 on:
> >
> > linux 7.1 (seawolf)
> > apache 1.3.19 (from source, not RPM)
> > modperl 1.25 (from source, not RPM)
> > perl 5.6.1 (from source, not RPM)
> >
> > modperl works OK (passes all it's tests, however
> > "modules/module......skipped test on this platform".)
> >
> > With ASP-2.11, the "make test" tests give an error "skipped on this
> > platform" for ALL tests.
> >
> > I installed 2.09 and it appears to work fine using the same
> versions of
> > apache and modperl.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> For additional commands, e-mail: asp-help@perl.apache.org
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Install problem - ASP-2.11

Posted by Philip Mak <pm...@aaanime.net>.
What a coincidence, I've also been having trouble.

I'm using Linux 6.1 with Apache 1.3.20, mod_perl 1.25 and perl 5.6.1. I
get "skipped test on the platform" for all but one of the tests (that one
gives some errors but I didn't log them...).

If I use ASP-2.09 instead of ASP-2.11, or if I use perl 5.00503 instead of
perl 5.6.1, this problem does not occur.

-Philip Mak (pmak@aaanime.net)

On Tue, 5 Jun 2001, John D. Leonard II wrote:

> All:
>
> I've tried to installed ASP-2.11 on:
>
> linux 7.1 (seawolf)
> apache 1.3.19 (from source, not RPM)
> modperl 1.25 (from source, not RPM)
> perl 5.6.1 (from source, not RPM)
>
> modperl works OK (passes all it's tests, however
> "modules/module......skipped test on this platform".)
>
> With ASP-2.11, the "make test" tests give an error "skipped on this
> platform" for ALL tests.
>
> I installed 2.09 and it appears to work fine using the same versions of
> apache and modperl.


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: MD5 vs Digest::MD5

Posted by Joshua Chamas <ay...@yahoo.com>.
Apache::ASP v2.11 uses Digest::MD5 ... v2.09 used 
the old MD5 module.

--Josh

--- Dariusz Pietrzak <da...@ajax.umcs.lublin.pl> wrote:
> Hello, 
>  since 5.6.1 ( roughly, maybe I just missed the problem earlier ) my
> perl
> seems to prefer Digest::MD5 module vs MD5, did something change here?
> ( replacing all use MD5 with use Digest::MD5, and all = new MD5 with 
> = new Digest::MD5  solves this ).
> It's curious since MD5.pm seems to be there in searchpath, but perl
> refuses to use it.
>   Maybe there was some standarisation move, and Apache::ASP should
> catch
> up? 
> 
> wooow, what a beatifull moon we've got here today :)
> --
> Dariusz Pietrzak
> Certified Nobody
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
> For additional commands, e-mail: asp-help@perl.apache.org
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


MD5 vs Digest::MD5

Posted by Dariusz Pietrzak <da...@ajax.umcs.lublin.pl>.
Hello, 
 since 5.6.1 ( roughly, maybe I just missed the problem earlier ) my perl
seems to prefer Digest::MD5 module vs MD5, did something change here?
( replacing all use MD5 with use Digest::MD5, and all = new MD5 with 
= new Digest::MD5  solves this ).
It's curious since MD5.pm seems to be there in searchpath, but perl
refuses to use it.
  Maybe there was some standarisation move, and Apache::ASP should catch
up? 

wooow, what a beatifull moon we've got here today :)
--
Dariusz Pietrzak
Certified Nobody


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Install problem - ASP-2.11

Posted by Dariusz Pietrzak <da...@ajax.umcs.lublin.pl>.
> linux 7.1 (seawolf)
that's seems like VERY ahead of it's times kernel. Could you please send
me it's source? ( I am especially interested in scheduler code, it seems
that there is still alot to do there )



---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org