S D wrote:
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

Usually that means that mod_perl and HTML::Parser weren't compiled using the same perl.


Do:

ldd /opt/ora9/product/9.2/Apache/Apache/bin/httpd

and it'll tell you which perl library it's compiled against (assuming it's a static build) then check that HTML::Parser was built with the same perl.


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to