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 ClarkThread Previous | Thread Next