Java Mailing List Archive

http://www.apache-httpd.com/

Home » modperl.perl »

Apache2::Request error ...

mome

2008-05-26


Author LoginPost 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.

©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.