- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- wget not working after installation
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
05-16-2006 09:57 PM
05-16-2006 09:57 PM
We are install file "wget-1.10.2-ia64-11.23.depot.gz" on system rx2620 HP-UX B.11.23 U ia64.
Installation was successful.
When we try use it programm we have warning about not find special library:
wget /usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.
Killed
May sombody help me resolve it problem ?
BR,
Efim Kushnir.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 10:21 PM
05-16-2006 10:21 PM
SolutionDo a find on libintl.so, see if you have one on your system. If you have one on your system, you just need to link it to where the wget program is looking for it.
find / -name libintl.so -print
#pwd
/usr/lib/hpux32
#ln -s /usr/local/lib/libintl.so libintl.so
If you don't have a copy, then you can download a copy and install it from:-
http://hpux.connect.org.uk/hppd/hpux
Hope this helps.
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 10:22 PM
05-16-2006 10:22 PM
Re: wget not working after installation
Also, have you set SHLIB_PATH correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 10:30 PM
05-16-2006 10:30 PM
Re: wget not working after installation
You need to install liniconv and other run time dependancies in order to run successfully. You can download and install all run time dependancies from here,
http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.1.0/
http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.5/
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.10/
http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.8a/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 07:03 PM
05-17-2006 07:03 PM
Re: wget not working after installation
It's working normally.
BR,
Efim Kushnir.