Re: ERROR : "httpd: relocation error with Parser.so"

2004-01-22 Thread S D
as 5.005 or higher. So I guess the Apache is compatible . I even downloaded older versions of the perl module, but they did not even contain the 'Parser.so' , so I guess I'm using the correct version. Any pointers please ?? Thanks, SD --- Stas Bekman <[EMAIL PROTECTED]> w

ERROR : "httpd: relocation error with Parser.so"

2004-01-22 Thread S D
When using LWP::UserAgent module, I get following error : /opt/ora9/product/9.2/Apache/Apache/bin/httpd: relocation error: /opt/ora9/product/9.2/Apache/perl/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/HTML/Parser/Parser.so: undefined symbol: Perl_Tstack_sp_ptr The system is Apache v1.3

HTTP::Response error : "Can' t locate loadable object"

2004-01-06 Thread S D
>From a Perl module executed in mod_perl, I'm trying to make a HTTP request to another Web server. The code : my $r = shift; my $browser = LWP::UserAgent->new( ); $url = 'http://10.3.8.137/'; my $response = $browser->get($url); my $response_line = $response->status_line(); $r->log

ERROR : Can't locate URI.pm in @INC ?

2004-01-05 Thread S D
I am trying to use the LWP module & the perl module contains : . . use LWP::UserAgent; . . This line throws error : Can't locate URI.pm in @INC (@INC contains: /opt/ora9/product/9.2/Apache/perl/lib/5.00503/i686-linux /opt/ora9/product/9.2/Apache/perl/lib/5.00503 /opt/ora9/produ

Beginner q: get/set cookie doesnt work

2003-12-23 Thread S D
I have this piece of code running AccessController.om running using mod_perl : -- my $cookie = CGI::Cookie->new(-name => 'sessid', -value => {XYZ => '321312'}, -expires => '+1M'); -- This throws following error : = Can't locate object method "ne