- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Get error libc.2
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
12-24-2002 03:32 PM
12-24-2002 03:32 PM
HP-UX nm1320 B.10.20 A 9000/785 2010246736 two-user license
I get the following error, does anyone know how to fix?
/usr/lib/dld.sl: Can't open shared library: /usr/lib/libc.2
/usr/lib/dld.sl: No such file or directory
ABORT instruction (core dumped)
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2002 03:46 PM
12-24-2002 03:46 PM
Re: Get error libc.2
-1st verfiy that all patches on ur system are all configured properly, for example, no return should came out of the following command:
# swlist -l fileset -a state |grep -v \# |grep -v config
if the above command some patches are shown as INSTALLED, run swconfig PHXX_XXXXX or swconfig \* more info are found in Patch_Management paper in /usr/share/doc if ur system is current with patches
-2nd what /usr/lib/dld.sl & what /usr/lib/libc.2 should tell you the reversions & the patch level they are at. validate it the patches on the ITRC patch database.
Cheers,
T??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2002 06:50 PM
12-25-2002 06:50 PM
Re: Get error libc.2
In this particular case, you are trying to use a version of libc that did not exist on the older HP-UX release.
The solution is usually to rebuild the application in question on the older release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2002 10:44 PM
12-25-2002 10:44 PM
Solutionhttp://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_25640&context=hpux:700:10:20
PHCO_25640
This should install those missing files
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 01:07 AM
12-26-2002 01:07 AM
Re: Get error libc.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 02:48 AM
12-26-2002 02:48 AM
Re: Get error libc.2
libc.2 only comes with 11.00, so just recompile your prog on a 10.20 system and it should work.
Regards.