Operating System - HP-UX
1756858 Members
2939 Online
108853 Solutions
New Discussion юеВ

/usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

 
Pavan Rallabhandi
New Member

/usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

I am using a HP 11.11 machine on which running a perl script throws me this error :

/usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

Can anyone please help me out with this ?
3 REPLIES 3
Ollie Rowland
Frequent Advisor

Re: /usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

Hi,

Does this happen for perl itself or is it when it runs a specific module?

For example, does "perl -v" work?

If so, can you run through the code and see what "use" statements the script calls? Chances are it's one of these that is going wrong.
Pavan Rallabhandi
New Member

Re: /usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

Hi,
I have got a patch ( PHCO_36006 ) that provided me with the solution.

To answer the previous question, perl -v etc work.

Thanks a lot.
Pavan Rallabhandi
New Member

Re: /usr/lib/dld.sl: Unresolved symbol: getspnam_r (code)

PHCO_36006 fixed the issue