You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Joshua Chamas <jo...@chamas.com> on 2002/04/28 02:28:48 UTC

Re: finally I managed to get Apache::ASP running on mod_perl 1.99 & apache 2.

PhoenixWR PhoenixWR wrote:
> 
> This is pretty difficult, I hope an updated Apache::ASp version for the new
> apache/mod_perl will come out soon. But actually it already works now, at
> least partly. First compile mod_perl-1.99_01.tar.gz into the apache 2.35
> server, then correct some mistakes in compact.pm (this is the compatibility
> module to ensure compatibility with old apache/mod_perl):
> 
> it should be  while (CORE::read($fh, $buff, $len)) {
> 
> not  while (read($fh, $buff, $len)) {
> 
> and the dollar sign ( $ ) is missing somewhere at the end of the file in
> $size:
> 

Thanks for documenting this all for the list.  Hopefully 
you can get your patch merged into the mod_perl source.

I will start looking at mod_perl 2 after I get the next
version 2.33 of Apache::ASP out.

--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@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org