Operating System - HP-UX
1753384 Members
5715 Online
108792 Solutions
New Discussion

/usr/lib/dld.sl: Unresolved symbol error

 
Cindy Wolford
Frequent Advisor

/usr/lib/dld.sl: Unresolved symbol error

I'm not sure if this is a UNIX problem or a Progress problem.

I am trying to startup a Progress database and I get this error:

/usr/lib/dld.sl: Unresolved symbol: pthread_self (code) from _mprosrv

_mprosrv is the command to start the Progress database.

I spoke to Progress and they had me apply some UNIX patches:

PHCO_34275
PHSS_34328

I have loaded these patches but still getting the same error.

Anyone have an idea on what I can do?
HP Unix 11i, 64-bit
Progress 10.1a, 32-bit

This is suppose to work, according to Progress......

Any help/ideas/suggestions, I'd greatly appreciate.
Cin
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: /usr/lib/dld.sl: Unresolved symbol error

>I'm not sure if this is a UNIX problem or a Progress problem.

It looks like a Progress problem. Or lack of documentation that didn't tell you about required patches.

PHCO_34275 would have worked if _mprosrv was depending on the pthread stubs in libc.

I have no idea why PHSS_34328, Data-Protector is there and I'll assume that Progress is correct.

So what happens when you use:
/usr/ccs/bin/ldd _mprosrv