Operating System - Linux
1829101 Members
2688 Online
109986 Solutions
New Discussion

Re: wget on ia64 - errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'pthread_create' in load modul

 
HP-UX TIM OSP
Occasional Advisor

wget on ia64 - errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'pthread_create' in load modul

Folks,

I have tried installing wget bye compiling and getting the depot file. I had installed all the pre-req. When I try to run it..I get this error:

/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'pthread_create' in load module
'/usr/lib/hpux32/libintl.so'.
Killed

HELP!!!
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: wget on ia64 - errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'pthread_create' in load modul

This is an HP-UX question, not linux. I'll ask the moderators to move it.

I'm not sure why you would get this error. There is a stub for pthread_create in libc.
If you're using pthreads, you should link in -lpthread.
Steven Schweda
Honored Contributor

Re: wget on ia64 - errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'pthread_create' in load modul

> [...] the depot file.

Which depot file? Built for which OS
version? (And what's your OS version?)

> [...] all the pre-req.

Even assuming that this is true, exactly what
did you install?

If you had a C compiler, I'd suggest building
it from the source. If the compiler and
run-time environment used to create the depot
differ too much from yours, you can waste
much time trying to get the depot kit to
work.