1827590 Members
2634 Online
109965 Solutions
New Discussion

wget error on HP-UX

 
Rajesh Rajasekaran
New Member

wget error on HP-UX

Dear Sir

I get the following error when i use wget on HP-UX on a ia64 box.

0K/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__modsi3' in load module '/usr/local/bin/wget'.

I guess i am missing some library.
Any insight into this would be greatly appreciated.

Thanks
Rajesh
5 REPLIES 5
Prashanth.D.S
Honored Contributor

Re: wget error on HP-UX

Hi Rajesh,

Check if this link can you help..

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026439

Best Regards,
Prashanth
Senthil Prabu.S_1
Trusted Contributor

Re: wget error on HP-UX

Hi,
I think you are using a corrupted depot. There seems to be a linking problem.

Did u try copmiling from source or installed a deopt?.

Try to download the depot from hp site;
http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.10.2/

This should solve your problem.

HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Steven E. Protter
Exalted Contributor

Re: wget error on HP-UX

Shalom all,

The wget version posted is hopelessly broken due to poor quality control.

The only workaround is to recompile the code yourself.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Belinda Dermody
Super Advisor

Re: wget error on HP-UX

I got the wget-1.10.2-hppa-11.11.depot version working on my 5470 running 11i without any problems.
Yeaw Sing LAI
New Member

Re: wget error on HP-UX

Hi,

When I've download wget depot file from http://hpux.connect.org.uk.

After swinstall, the wget is install in /usr/local/bin. So when run the wget I got some missing depency library.

But when I search for that library, it's already in /usr/lib. But I guess the wget only try to get the library for /usr/local/lib. Then I do ln -s, but it still doesn't work.

At last I just download all the depency lib and app and install it in /usr/local/bin and /usr/local/lib. Now it work.

Anyway can anyone kindly tell me why this happen and how can link those library from /usr/lib?

Thanks