help: /lib/ld-linux.so.1: bad ...

aryou

Verified User
Joined
Aug 11, 2005
Messages
21
[root@vip2 bin]# service httpd stop
sh: /usr/bin/(swapd): /lib/ld-linux.so.1: bad ELF interpreter: No such file or directory
Stopping httpd: [FAILED]
[root@vip2 bin]#

:o
 
If you have /lib/ld-linux.so.2 or /lib/ld-linux.so.2 then try making symlink of that with /lib/ld-linux.so.1 to sort this problem.

If your command for symlink is not accepted by the server then ask your DC to do this for you.
 
ld-linux.so.1 I believe it part of the libc5 package, you should reinstall. In many cases you can symlink at a temp fix, you should always solve the dependancy issues as good pratice.
 
Back
Top