Hi,
I get the following error when trying to run my script
...
/usr/bin/perl: symbol lookup error:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/APR/Request/Apache2/Apache2.so:
undefined symbol: modperl_xs_sv2request_rec,
Here is my script...
#!/usr/bin/perl
use warnings;
use stri
Hi,
I am trying to use mod_perl2 with Apache2::Request. My intention is to get
parameter value of post method. As described in its document and previouse
threads said to cache the data with post method...
"Use Apache2::Request in the auth handler, and apreq
will do the SOMETHING you need auto