Re: unsubscribe

2009-01-13 Thread Michael Ludwig
Kelvin Liu schrieb: unsubscribe It doesn't work like that, even if you're the fifth person in six days to try this. Mail to modperl-unsubscr...@perl.apache.org instead. Michael Ludwig

Re: apache DBI Global $r object is not available

2009-01-13 Thread R P
I thought I read another bug report that said it was fixed. 1.06 worked, but now every request gets: /libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/APR/Request/Apache2/Apache2.so: Undefined symbol apreq_handle_apache2 so what is my next step? rebuilding apreq? mod_perl2?

Re: apache DBI Global $r object is not available

2009-01-13 Thread Philip M. Gollucci
R P wrote: I thought I read another bug report that said it was fixed. 1.06 worked, but now every request gets: /libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/APR/Request/Apache2/Apache2.so: Undefined symbol apreq_handle_apache2 This is unrelated, you need to add

PerlAddVar: documentation bug (regression?)

2009-01-13 Thread Michael Ludwig
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ |PerlAddVar foo bar |PerlAddVar foo bar1 |PerlAddVar foo bar2 | | You would retrieve these values with: | | my @foos = $r-dir_config('foo'); This is wrong. You have to say: my @foos =

Re: PerlAddVar: documentation bug (regression?)

2009-01-13 Thread Adam Prime
Michael Ludwig wrote: http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlAddVar_ |PerlAddVar foo bar |PerlAddVar foo bar1 |PerlAddVar foo bar2 | | You would retrieve these values with: | | my @foos = $r-dir_config('foo'); This is wrong. You have to say: