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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]