Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: undefined symbol: PL_thr_key

by Anonymous Monk
on Dec 17, 2012 at 09:50 UTC ( [id://1009139]=note: print w/replies, xml ) Need Help??


in reply to Re: undefined symbol: PL_thr_key
in thread undefined symbol: PL_thr_key

I'll not disregard your question, for the sake of future readers.

The error comes from a module compiled against threaded Perl while your Perl installation is not threaded (probably because you recompiled it). The solution is to recompile the module against the new Perl.

(I had a few such problems when toggling the threads flag on Gentoo.)

Replies are listed 'Best First'.
Re^3: undefined symbol: PL_thr_key
by Anonymous Monk on Jan 02, 2013 at 21:26 UTC
    Thank you so much for not disregarding the quesion... I had recompiled Perl without threading and couldn't figure out what the problem was until I read your response! Thanks again!
Re^3: undefined symbol: PL_thr_key
by Anonymous Monk on Jan 30, 2017 at 18:17 UTC
    And perl-cleaner --reallyall should clear it up

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1009139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-19 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found