symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
this happens: cd Pacemaker_Explained /usr/local/bin/publican build --publish --langs=all --formats=pdf,html,html-single,txt perl: symbol lookup error: /usr/lib/perl5/auto/HTML/Parser/Parser.so: undefined symbol: Perl_Istack_sp_ptr Makefile:617: *** [Pacemaker_Explained.txt] Error 127 obviously, publican

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Francisco Rivas
Pacemaker_Explained /usr/local/bin/publican build --publish --langs=all --formats=pdf,html,html-single,txt perl: symbol lookup error: /usr/lib/perl5/auto/HTML/Parser/Parser.so: undefined symbol: Perl_Istack_sp_ptr Makefile:617: *** [Pacemaker_Explained.txt] Error 127 obviously, publican is using perl parsing

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Francisco Rivas wrote: Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I hope this can help you. ok, so just to be clear, i

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Robert P. J. Day wrote: On Wed, 21 Sep 2011, Francisco Rivas wrote: Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I

/usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
argh ... after just skipping the component that was causing the earlier error, i got further and then this: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so. can someone explain in general why

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: That symbol would be defined in libperl.so and is on my system.. It sounds very much as if this software is not playing nicely. Does it have its own version of perl, perhaps embedded? i think i may have addressed in my last post, where the build

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
and then this: Probably a good idea to unskip it and fix the problem there first. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: On Wed, Sep 21, 2011 at 09:17:40AM -0400, Robert P. J. Day wrote: ... snip ... but there's a possible solution. when one initially configures the project, one can select that *all* of those host tools will be rebuilt from scratch. that would

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this:

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread Robert P. J. Day
/vrf_host/host-cross/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr Makefile:41: *** [perl.mak] Error 127 and now another google shows me this: https://bugs.archlinux.org/task/24575 ah, so the build might just be picking up the totally wrong

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread 'lesleyb'
='/home/rpjday/WindRiver/prj/4.3/vrf_host/host-cross' /home/rpjday/WindRiver/prj/4.3/vrf_host/host-cross/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr Makefile:41: *** [perl.mak] Error 127 and now another google shows me this: https

Re: undefined symbol: Perl_sv_2iv_flags

2007-10-24 Thread Prabu Ayyappan
: Wednesday, October 24, 2007 9:33:56 AM Subject: undefined symbol: Perl_sv_2iv_flags Hi All, I have executed the cgi files , It throws the following error in error log, symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/GD.so: undefined symbol: Perl_sv_2iv_flags

undefined symbol: Perl_sv_2iv_flags

2007-10-23 Thread sivasakthi
Hi All, I have executed the cgi files , It throws the following error in error log, symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/GD.so: undefined symbol: Perl_sv_2iv_flags,referer: http://... Perl version is: v5.8.8 perl-Gd rpm is : perl-GD-2.35-1.fc5

Re: undefined symbol: Perl_sv_2iv_flags

2007-10-23 Thread Tom Phoenix
your program offline? symbol lookup error: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/GD.so: undefined symbol: Perl_sv_2iv_flags,referer: http://... Something is misconfigured or misinstalled. It seems likely that the GD module wasn't compiled using the same settings

Undefined symbol boot_DynaLoader, boot_Socket

2004-09-23 Thread Paul Boyce
Hi, I am trying to call Perl from C. I hit a problem when I try to load dynamic librarires. I have taken the following code from the PerlEmbed documentation (http://www.perldoc.com/perl5.8.4/pod/perlembed.html) but cannot get it to compile. This seems to be widely used stuff, so it sholdnt

Re: Undefined symbol?

2004-01-26 Thread david
/lib/perl5/auto/Locale/gettext/gettext.so: undefined symbol: Perl_Gthr_key_ptr do you have different version of Perl installed on your machine? if so, you are likely to have a mismatch building and using the module. david -- sub'_{print@_ ;* \ = * __ ,\ \} sub'__{print

Undefined symbol?

2004-01-23 Thread Mark Setzer
/gettext/gettext.so: undefined symbol: Perl_Gthr_key_ptr Didn't know what to make of it or how to fix it. Thoughts? -Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Fwd: Re: undefined symbol: Perl_Gthr_key_ptr

2002-07-17 Thread Sajith K
:09 +0200 From: Paul Johnson [EMAIL PROTECTED] To: Sajith K [EMAIL PROTECTED] Subject: Re: undefined symbol: Perl_Gthr_key_ptr On Mon, Jul 15, 2002 at 09:01:30PM -0700, Sajith K wrote: thanks paul ! i used nm to search for the symbol in the lib files in my system but couldn't find

undefined symbol: Perl_Gthr_key_ptr

2002-07-15 Thread Sajith K
i am trying to use perl with a public domain tool. on executiong use PLSTAF; i am getting the following error: /usr/bin/perl: error while loading shared libraries: /usr/lib/perl5/5.6.0/libPLSTAF.so: undefined symbol: Perl_Gthr_key_ptr could you please help me out with this problem ? regards

Re: undefined symbol: Perl_Gthr_key_ptr

2002-07-15 Thread Paul Johnson
On Mon, Jul 15, 2002 at 10:42:35AM -0700, Sajith K wrote: i am trying to use perl with a public domain tool. on executiong use PLSTAF; i am getting the following error: /usr/bin/perl: error while loading shared libraries: /usr/lib/perl5/5.6.0/libPLSTAF.so: undefined symbol

Re: undefined symbol: Perl_Gthr_key_ptr

2002-07-15 Thread drieux
On Monday, July 15, 2002, at 10:42 , Sajith K wrote: i am trying to use perl with a public domain tool. on executiong use PLSTAF; i am getting the following error: /usr/bin/perl: error while loading shared libraries: /usr/lib/perl5/5.6.0/libPLSTAF.so: undefined symbol: Perl_Gthr_key_ptr