HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: crt0: ERROR couldn't open /usr/lib/dld.sl
Operating System - HP-UX
1833983
Members
2075
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 09:54 PM
07-23-2007 09:54 PM
I mistakely renamed the dld.sl file in the /usr/lib directory to dld2.sl. The server wouldnt reboot - so I had to start in single user mode.
I have tried to rename it back from the renamed file to the original file name, but it gives me the error:
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000002
How can I go about changing /usr/lib/dld.sl2 to /usr/lib/dld.sl. - i get the same error when trying to use cp or rename??
Thanks
I have tried to rename it back from the renamed file to the original file name, but it gives me the error:
crt0: ERROR couldn't open /usr/lib/dld.sl errno:000000002
How can I go about changing /usr/lib/dld.sl2 to /usr/lib/dld.sl. - i get the same error when trying to use cp or rename??
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 10:27 PM
07-23-2007 10:27 PM
Solution
By changing the filename, you broke the dynamic linker. It is required to load any command that requires shared libraries - in other words, almost everything.
Only the statically linked commands will work until you fix this. These commands are found in /sbin. So, use /sbin/mv to rename the file instead of the usual /usr/bin/mv.
/sbin/mv /usr/lib/dld.sl2 /usr/lib/dld.sl
MK
Only the statically linked commands will work until you fix this. These commands are found in /sbin. So, use /sbin/mv to rename the file instead of the usual /usr/bin/mv.
/sbin/mv /usr/lib/dld.sl2 /usr/lib/dld.sl
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 10:54 PM
07-23-2007 10:54 PM
Re: crt0: ERROR couldn't open /usr/lib/dld.sl
Hi Matti
I was able to get it sorted just before you posted your reply by using the full pathname for mv (as you said).
Initially it didnt work as I was sitting in /usr/lib; but by cd'ing to / folder - it worked OK.
Thanks for replying
I was able to get it sorted just before you posted your reply by using the full pathname for mv (as you said).
Initially it didnt work as I was sitting in /usr/lib; but by cd'ing to / folder - it worked OK.
Thanks for replying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 03:39 PM
07-24-2007 03:39 PM
Re: crt0: ERROR couldn't open /usr/lib/dld.sl
Other suggestions are in your other thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1147369
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1147369
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.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP