Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- wget 1.12 missing 2 shared libraries
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-14-2010 07:01 PM
01-14-2010 07:01 PM
wget 1.12 missing 2 shared libraries
I recently installed wget version 1.12 from the HP-UX Porting Center in the UK, along with all of the wget runtime dependencies, on an 11.23 system. The install depot is either missing two 32-bit shared libraries that it expects to find in /usr/local/lib/hpux32 or the install process was supposed to create links to these in /usr/lib/hpux32.
I fixed wget by creating the following 2 symbolic links:
ln -s /usr/lib/hpux32/libssl.so /usr/local/lib/hpux32/libssl.so
ln -s /usr/lib/hpux32/libcrypto.so /usr/local/lib/hpux32/libcrypto.so
I submitted a request to the HP-UX Porting Center to correct this, but I am not sure how long this will take. For everyone out there, I am posting this on the Forums so that you can fix wget quickly.
I fixed wget by creating the following 2 symbolic links:
ln -s /usr/lib/hpux32/libssl.so /usr/local/lib/hpux32/libssl.so
ln -s /usr/lib/hpux32/libcrypto.so /usr/local/lib/hpux32/libcrypto.so
I submitted a request to the HP-UX Porting Center to correct this, but I am not sure how long this will take. For everyone out there, I am posting this on the Forums so that you can fix wget quickly.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP