Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Perl_Gthr_key_ptr ??

by Anonymous Monk
on Jan 07, 2004 at 19:12 UTC ( [id://319562]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone tell me why I'm getting the following error message:

"/tmp/SNMP.so: symbol Perl_Gthr_key_ptr: referenced symbol not found"
Thanks!

Replies are listed 'Best First'.
Re: Perl_Gthr_key_ptr ??
by CountZero (Bishop) on Jan 07, 2004 at 20:50 UTC
    Because you ran the following code?

    print '"/tmp/SNMP.so: symbol Perl_Gthr_key_ptr: referenced symbol not found"' ;

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

      DOnt joke man Its a real problem. You never seem to be a seeker of perl wisdom
        If you don't ask silly questions, you won't get silly answers.

        CountZero

        "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Re: Perl_Gthr_key_ptr ??
by boo_radley (Parson) on Jan 07, 2004 at 20:32 UTC
Re: Perl_Gthr_key_ptr ??
by mpeppler (Vicar) on Jan 07, 2004 at 19:44 UTC
    I guess the first question is - what is /tmp/SNMP.so?

    It's fairly obvious that it references perl in some way - so is it a shared objects that has perl embedded, or ???

    More information will help us determine what is wrong.

    Michael

Re: Perl_Gthr_key_ptr ??
by Anonymous Monk on Jan 07, 2004 at 19:42 UTC

    I don't know how you get the error message since you didn't say how it's called, but is it possible that you recently upgraded your copy of perl and the new perl is incompatible with your shared object?

      Even i am facing the same issue, it occurs in solaris box especially...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 23:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found