august3 has asked for the wisdom of the Perl Monks concerning the following question:
My perl code starts like this.Characteristics of this binary (from libperl): Built under solaris Compiled at Dec 22 1999 00:00:57 %ENV: PERL5LIB="/home/xf023126/lib/perl5:/home/xf023126/lib/perl5/site_p +erl:/apps/perl/5.8.0/lib" @INC: /home/xf023126/lib/perl5 /home/xf023126/lib/perl5/site_perl /apps/perl/5.8.0/lib /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005
When I triy to run it I get the following error.#! /apps/perl/5.8.0/bin/perl -w use strict; use lib qw(/home/xf023126/lib/perl5 /home/xf023126/lib/perl5/site_perl +); use HTML::TokeParser::Simple;
I checked the folder /home/xf023126/lib/perl5/site_perl/auto/HTML/Parser for the Parser.so, and I found it there. I can't figure out why I have a problem? Can anyone suggest how I can fix this? Thanks in advance, Augustineld.so.1: perl: fatal: relocation error: file /home/xf023126/lib/perl5/ +site_perl/auto/HTML/Parser/Parser.so: symbol Perl_Tstack_sp_ptr: refe +renced symbol not found Killed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ld.so.1: perl: fatal: relocation error
by PodMaster (Abbot) on Nov 16, 2004 at 04:17 UTC | |
by august3 (Acolyte) on Nov 16, 2004 at 20:35 UTC | |
|
Re: ld.so.1: perl: fatal: relocation error
by tachyon (Chancellor) on Nov 16, 2004 at 02:40 UTC |