develooper Front page | perl.perl5.porters | Postings from January 2011

Re: Undefined symbols...?

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
January 27, 2011 07:20
Subject:
Re: Undefined symbols...?
Message ID:
20110127152017.GK24189@plum.flirble.org
On Thu, Jan 27, 2011 at 03:16:00PM +0000, Alberto Simões wrote:
> Hello
> 
> Probably I am doing something wrong. Mostly sure.
> 
> But a module that was working correctly with 5.12.2 is now complaining 
> under 5.12.3:
> 
> #     Error:  Can't load 
> '/Users/ambs/Natura/svn/Text/BibTeX/blib/arch/auto/Text/BibTeX/BibTeX.bundle' 
> for module Text::BibTeX: 
> dlopen(/Users/ambs/Natura/svn/Text/BibTeX/blib/arch/auto/Text/BibTeX/BibTeX.bundle, 
> 2): Symbol not found: _Perl_Gthr_key_ptr
> 
> Searching for this symbol, the only thing I could find was, perlapi.h, 
> line 844:
> 
>   #define PL_thr_key		(*Perl_Gthr_key_ptr(NULL))
> 
> But, no Perl_Gthr_key_ptr anywhere.
> 
> Hints?

Your 5.12.2 was built with ithreads, and your 5.12.3 was not?

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About