Re: Tied Apache::Session objects in AxKit::XSP::BasicSession

2005-06-21 Thread Kjetil Kjernsmo
On mandag 20 juni 2005, 20:26, Perrin Harkins wrote: > > Uh, actually, that's what I did in my first version, as it is the > > intuitive thing to do, and couldn't get it to do what it should... > > To me, it looked as if just the hash was passed, not the tied > > object... Of course, it could be th

Re: Getting lots of redefined statements in the error_log

2005-06-21 Thread Perrin Harkins
On Tue, 2005-06-21 at 16:53 -0500, Boysenberry Payne wrote: > I think this is my scenario. In that case, fix your @INC and everything will be fine. The problem described here is not related to mod_perl. > If one was set up as DSO and the other mod_perl wasn't would that > make a huge difference

Re: Getting lots of redefined statements in the error_log

2005-06-21 Thread Boysenberry Payne
I can duplicate it with the following simple example: -- mod_perl.conf PerlRequire conf/startup.pl SetHandler perl-script PerlResponseHandler MyHandler -- startup.pl use SomeDir::MyPackage; -- /path/to/SomeDir/MyPackage.pm package SomePackage; sub foo { return 1; } 1; -- /path/

Re: [mp2] t/filter/out_str_subreq_default.t fails

2005-06-21 Thread Geoffrey Young
> Yes, the test passes when I change > $received =~ s{\r}{}g if Apache::TestConfig::WIN32; > to > $received =~ s{\r}{}g;# if Apache::TestConfig::WIN32; > > but I have no idea why \r appears on linux I'll bet it's something triggered in APR based on some 64 bit compile flag. probably a mistake,

Re: [mp2] t/filter/out_str_subreq_default.t fails

2005-06-21 Thread Nick ***
>> # expected: content >> # default-handler subrequest >> # more content >> # filter > >> # received: content >> # default-handler subrequest >> # more content >> # filter > >> not ok 1 > >hrm, those look the same to me. I guess it's a case of a missing or added >newline? > >> Arch

ANNOUNCE: Embperl 2.0rc4

2005-06-21 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0rc4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0rc4.tar.gz size: 653673 bytes md5: 631fcaf865348ed4b9e9bf69d4d7ac47 The main change in this version is the adaption to the mod_perl 2 namespace cha

Re: Apache::AuthDBI mp1 with SHA1 and MD5

2005-06-21 Thread Philip M. Gollucci
Kevin A. McGrail wrote: Philip: From a thorough glance, it looks good as-is. My changes are largely contained in AuthDBI.pm and your changes there are fairly minimal. I performed a patch -p0 against your 0.96 and it was successful except for the revision number in AuthDBI.pm which you s

Re: Apache::AuthDBI mp1 with SHA1 and MD5

2005-06-21 Thread Kevin A. McGrail
Philip: From a thorough glance, it looks good as-is. My changes are largely contained in AuthDBI.pm and your changes there are fairly minimal. I performed a patch -p0 against your 0.96 and it was successful except for the revision number in AuthDBI.pm which you should update to 0.96 (or .9

Re: [mp2] t/filter/out_str_subreq_default.t fails

2005-06-21 Thread Geoffrey Young
> # expected: content > # default-handler subrequest > # more content > # filter > # received: content > # default-handler subrequest > # more content > # filter > not ok 1 hrm, those look the same to me. I guess it's a case of a missing or added newline? > Architecture: 64-bit hmm... I k

Re: Apache::AuthDBI mp1 with SHA1 and MD5

2005-06-21 Thread Philip M. Gollucci
Kevin A. McGrail wrote: I have finished patches against Apache AuthDBI version 0.94 that definitely work with mod_perl1 to implement sha1 & md5 encryption in addition to crypt. I have placed a patch, the original 0.94 and the patched 0.94KAM up for download at http://www.thoughtworthy.com/d

[mp2] t/filter/out_str_subreq_default.t fails

2005-06-21 Thread Nick ***
-8<-- Start Bug Report 8<-- 1. Problem Description: t/filter/out_str_subreq_default1..1 # Running under perl version 5.008007 for linux # Current time local: Tue Jun 21 12:11:14 2005 # Current time GMT: Tue Jun 21 16:11:14 2005 # Using Test.pm versio

[mp2] Apache::Scoreboard, Apache::VMonitor, GTop RC

2005-06-21 Thread Malcolm J Harwood
I finally have what I believe are working versions of Apache::Scoreboard and Apache::VMonitor that account for the post RC5 name changes (and a couple of other minor bugs). There's also an update for GTop to allow it to compile with the latest versions of libgtop. If someone is willing to test

Re: Apache2::Upload Issue

2005-06-21 Thread D. Hageman
Joe Schaefer writes: "D. Hageman" writes: ggRIASUVORK5CYII=\r\n--AaB03x-- ^^ Missing an \r\n there I think. -- Joe Schaefer Joe, That cleared up the issue for me! Thank you for your assistance. //\\ || D. Hageman

Apache::AuthDBI mp1 with SHA1 and MD5

2005-06-21 Thread Kevin A. McGrail
I have finished patches against  Apache AuthDBI version 0.94 that definitely work with mod_perl1 to implement sha1 & md5 encryption in addition to crypt.   I have placed a patch, the original 0.94 and the patched 0.94KAM up for download at http://www.thoughtworthy.com/downloads/.   It uses a

Re: [JOB] Perl Programmer for large-scale Apache/mod_perl development

2005-06-21 Thread Geoffrey Young
> If the parent post is considered on-topic, why would you want to > discourage discussion, even if it becomes a wee bit tangential? job listings for specific positions that involve mod_perl have traditionally been very welcome here - provided the message is for a real position by someone willing

Re: [mp2] PerlSetEnv Issue

2005-06-21 Thread Geoffrey Young
ugh, another message lost to the email-eating tree... reposting. > What am I missing? that there was a bug? :) ok, here's what I think is going on. we only register the %ENV cleanup function when a Perl*Handler runs for a given request but in your case that doesn't happen by design, so %ENV