Author Login
Post Reply
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
--
Sent from the mod_perl - General mailing list archive at Nabble.com.