[mp2.0.1] [libapreq2-2.06-dev] make test fails

2005-07-31 Thread Bengt-Arne Fjellner
make test fails in parser.t should this lib work with mp2.0.1 or not? -- Bengt-Arne Fjellner 0910-58 53 69

Re: [mp2.0.1] [bug] [Makefile.PL] again,now with patch

2005-07-25 Thread Bengt-Arne Fjellner
Geoffrey Young skrev: > > > Bengt-Arne Fjellner wrote: >> >> Background my apche is not installed exactly as standard. >> because of that my moduls should be /usr/lib/apache which apxs nows. >> mod_perl.so >> gets installed in the right place but the t

Re: [mp2.0.1] [bug] [Makefile.PL] again,now with patch

2005-07-23 Thread Bengt-Arne Fjellner
ir='modules' unless $dir; warning "You'll need to add the following to httpd.conf:", -" LoadModule perl_module modules/$build->{MODPERL_LIB_DSO}\n"; +"LoadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n";

Re: [mp2.0.1] [bug] [Makefile.PL] again,now with patch

2005-07-23 Thread Bengt-Arne Fjellner
ir='modules' unless $dir; warning "You'll need to add the following to httpd.conf:", -" LoadModule perl_module modules/$build->{MODPERL_LIB_DSO}\n"; +"LoadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n";

[mp2.0.1] [bug] [Makefile.PL] again,now with patch

2005-07-23 Thread Bengt-Arne Fjellner
oadModule perl_module $dir/$build->{MODPERL_LIB_DSO}\n"; } - $build->save; } -- cheers Bengt-Arne Fjellner Luleå university of technology Skellefteå Sweden

[mp2.0.1] [bug] [Makefile.PL]

2005-07-22 Thread Bengt-Arne Fjellner
_perl-2.0.1# apxs -q LIBEXECDIR /usr/lib/apache which is where it gets installed. -- cheers Bengt-Arne Fjellner Luleå university of technology Skellefteå Sweden -- Bengt-Arne Fjellner 0910-58 53 69

[mp2.0.1] [bug] [porting.pm]

2005-07-22 Thread Bengt-Arne Fjellner
ServerUtil->server->push_handlers(PerlChildInitHandler => \&porting_autoload); sub porting_autoload { *UNIVERSAL::AUTOLOAD = sub { -- cheers Bengt-Arne Fjellner Luleå university of technology Skellefteå Sweden

Re: [mp2] PerlAuthenHandler ->Internal_Redict question

2005-07-22 Thread Bengt-Arne Fjellner
Geoffrey Young wrote: > > > Bengt-Arne Fjellner wrote: >> Hi. Im working on a modperl login module that amongst others will check for >> https >> If not https I want to give an error page instead. > > you'll need something like Apache::SSLLookup to det

[mp2] PerlAuthenHandler ->Internal_Redict question

2005-07-21 Thread Bengt-Arne Fjellner
code? Questions because i want the errorpage to be inside the same module and only availible for these requests. -- cheers Bengt-Arne Fjellner Luleå university of technology Skellefteå Sweden

[mp2] Help with saslauthd module name please

2005-07-21 Thread Bengt-Arne Fjellner
on an errorpage with a new link that gives https. -- cheers Bengt-Arne Fjellner Luleå university of technology Skellefteå Sweden

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
arn something new every day... > > --geoff > more: http://perl.apache.org/docs/2.0/api/Apache2/RequestUtil.html#C_dir_config_ and then ca 7 lines down. also same page after synopsis ca 14 lines down. -- Bengt-Arne Fjellner 0910-58 53 69

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
en ca 33 lines down. also http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlSetVar_ has only "META: to be written" so that´s why i used the possibly wrong syntax: PerlAddVar foo one two three as i had to guess what could be done. But it seems to work. Shouldnt it?? -- Bengt-Arne Fjellner 0910-58 53 69

Re: [mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
Geoffrey Young skrev: > > > Bengt-Arne Fjellner wrote: >> -8<-- Start Bug Report 8<-- >> 1. Problem Description: >> Apache2::RequestUtil->dir_config does not seem to work as stated in list >> context. >&

[mp2] [RequestUtil] [bug?] Apache2::RequestUtil->dir_config does not seem to work as stated in list context.

2005-07-19 Thread Bengt-Arne Fjellner
mod_perl2 : 2.01 3. This is the core dump trace: (if you get a core dump): [CORE TRACE COMES HERE] This report was generated by /usr/bin/mp2bug on Mon Jul 18 21:36:04 2005 GMT. -8<-- End Bug Report --8<-- Note: Complete the rest of the details and post this bug report to modperl perl.apache.org. To subscribe to the list send an empty email to [EMAIL PROTECTED] -- Bengt-Arne Fjellner 0910-58 53 69

[mp2.0.1] bug in RegistryLoader.pm

2005-07-18 Thread Bengt-Arne Fjellner
-8<-- Start Bug Report 8<-- 1. Problem Description: RegistryLoader dies (in warn) at loading unless Apache2::Compat is loaded 2. Used Components and their Configuration: *** mod_perl version 2.01 *** using /usr/lib/perl5/site_perl/5.8.5/i586-linux-t