Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ASP

Install problem - ASP-2.11

 

 

ModPerl asp RSS feed   Index | Next | Previous | View Threaded


john.leonard at ce

Jun 5, 2001, 11:41 AM

Post #1 of 7 (1942 views)
Permalink
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 [at] ce


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe [at] perl
For additional commands, e-mail: asp-help [at] perl


dariush at ajax

Jun 5, 2001, 11:51 AM

Post #2 of 7 (1892 views)
Permalink
Re: Install problem - ASP-2.11 [In reply to]

> 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 [at] perl
For additional commands, e-mail: asp-help [at] perl


pmak at aaanime

Jun 5, 2001, 11:54 AM

Post #3 of 7 (1871 views)
Permalink
Re: Install problem - ASP-2.11 [In reply to]

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 [at] aaanime)

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 [at] perl
For additional commands, e-mail: asp-help [at] perl


ayafm at yahoo

Jun 5, 2001, 2:47 PM

Post #4 of 7 (1882 views)
Permalink
Re: Install problem - ASP-2.11 [In reply to]

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 <pmak [at] aaanime> 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 [at] aaanime)
>
> 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 [at] perl
> For additional commands, e-mail: asp-help [at] perl
>
>
>
>


__________________________________________________
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 [at] perl
For additional commands, e-mail: asp-help [at] perl


john.leonard at ce

Jun 6, 2001, 3:33 AM

Post #5 of 7 (1891 views)
Permalink
RE: Install problem - ASP-2.11 [In reply to]

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 [at] yahoo]
> Sent: Tuesday, June 05, 2001 5:48 PM
> To: Philip Mak; John D. Leonard II
> Cc: asp [at] perl
> 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 <pmak [at] aaanime> 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 [at] aaanime)
> >
> > 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 [at] perl
> > For additional commands, e-mail: asp-help [at] perl
> >
> >
> >
> >
>
>
> __________________________________________________
> 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 [at] perl
> For additional commands, e-mail: asp-help [at] perl


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe [at] perl
For additional commands, e-mail: asp-help [at] perl


john.leonard at ce

Jun 6, 2001, 5:50 AM

Post #6 of 7 (1871 views)
Permalink
RE: Install problem - ASP-2.11 [In reply to]

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 [at] ce


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe [at] perl
For additional commands, e-mail: asp-help [at] perl


joshua at chamas

Jun 11, 2001, 1:48 PM

Post #7 of 7 (1880 views)
Permalink
Re: Install problem - ASP-2.11 [In reply to]

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 [at] perl
For additional commands, e-mail: asp-help [at] perl

ModPerl asp RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.