标签归档:invcol

invcol: /lib/ld-linux.so.2: bad ELF interpreter

If you get this while starting srvadmin-services.sh:
/opt/dell/srvadmin/sbin/invcol: ./invcol: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Try this:

yum install compat-libstdc++-33-3.2.3-69.el6.i686 zlib.i686

[root@tgt1 ~]# ./invcol: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

[root@tgt1 ~]# find / -name “libstdc++*”
/usr/lib64/libstdc++.so.6.0.13
/usr/lib64/libstdc++.so.6
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
[root@tgt1 ~]# invcol: error while loading shared libraries: libstdc++.so.6: cannot open shared object file^C
[root@tgt1 ~]# yum whatprovides libstdc++.so.6
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* extras: mirrors.yun-idc.com
* updates: centos.ustc.edu.cn
libstdc++-4.4.7-17.el6.i686 : GNU Standard C++ Library
Repo        : base
Matched from:
Other       : libstdc++.so.6

[root@tgt1 ~]# yum install libstdc++-4.4.7-17.el6.i686