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 strict;
#use CGI qw(:standard);
#use Apache::Request ();
use Apache2::Request;
my $r = shift;
my $req = Apache2::Request->new($r);
...

, I learned that "my $req = Apache2::Request->new($r);" cause such error but
couldn't find the solution.

Please  advise.

Thanks
PA


-- 
View this message in context: 
http://www.nabble.com/Apache2%3A%3ARequest-error-...-tp17465813p17465813.html
Sent from the mod_perl - General mailing list archive at Nabble.com.

Reply via email to