- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wget error on HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 10:57 AM
10-30-2006 10:57 AM
wget error on HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 11:06 AM
10-30-2006 11:06 AM
Re: wget error on HP-UX
Check if this link can you help..
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026439
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 06:00 PM
10-30-2006 06:00 PM
Re: wget error on HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 07:32 PM
10-30-2006 07:32 PM
Re: wget error on HP-UX
The wget version posted is hopelessly broken due to poor quality control.
The only workaround is to recompile the code yourself.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:53 AM
11-01-2006 02:53 AM
Re: wget error on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 05:47 PM
11-01-2006 05:47 PM
Re: wget error on HP-UX
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