Operating System - HP-UX
1752805 Members
5689 Online
108789 Solutions
New Discussion юеВ

Re: Telnet : /usr/lib/dld.sl: Can't shl_load()

 
SOLVED
Go to solution
Pradep
Regular Advisor

Telnet : /usr/lib/dld.sl: Can't shl_load()

Hi,

After server reboot due to power outage..we getting this error when try to telnet to the server.

[autosys@jupiter]$ telnet austin 5281
Trying austin...
Connected to austin
Escape character is '^]'.
/usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2
/usr/lib/dld.sl: Exec format error
7003 18194 pid
Connection to austin closed by foreign host.

Due to this other apps which need remote connectivity are failing with socket error.

I have seen many other dld.sl errors in this forums are related to programming..but i have not done any thing changes. and what programming can interfere with Telnet ?
How does telnet to a port uses dld ?

Its urgent. Please help.
regards.
2 REPLIES 2
Suraj K Sankari
Honored Contributor
Solution

Re: Telnet : /usr/lib/dld.sl: Can't shl_load()

Hi,

I think your files got corrupts

Suraj
Dennis Handly
Acclaimed Contributor

Re: Telnet : /usr/lib/dld.sl: Can't shl_load()

>After server reboot due to power outage
>dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libc.2

Hmm, I might expect this after updating libc with a patch.

>How does telnet to a port use dld?

All shared bound executables use dld. And especially if they use shl_load for networking.

>Suraj: I think your files got corrupted

Yes, that's possible. Try rebooting again.