View Single Post
  #1   (View Single Post)  
Old 21st June 2008
ua549's Avatar
ua549 ua549 is offline
Port Guard
 
Join Date: Jun 2008
Posts: 22
Default ELF and Super Doctor II

I'm trying to get Supermicro Super Doctor II (superodoctor) to run.
It requires an ELF library ld-linux.so.2 to be in /lib.
I've linked the file. ln -s /usr/lib/libelf.so.1. /lib/ln-linux.so.2
When executed, superodoctor returns an error.

ELF interpreter /lib/ld-linux.so.2 not found
Abort

The file is present.

# ls -l /lib/ld*
lrwxr-xr-x 1 root wheel 11 Jun 21 12:48 /lib/ld-linux.so.2 -> libelf.so.1

Do I have the wrong ELF library linked? What can I try?
__________________
`
*nix newbie

Desktop: Dual Xeon E5405 Quads, 16GB Mem, Areca 1210, 4TB Raid 5, Quadro NVS 290, FreeBSD 7.0
Notebook: Core Duo T7200, Seagate 200GB, Quadro NVS 110, Vista Business

Reply With Quote