got problem info with
"/lib/ld-linux.so.2: bad ELF interpreter:" No such file or directory, it comes from Upsilon Driver, the application for UPS Monitoring.
Its because the previous upsilon application using 32-bit library support installed
so just installed glibc, from Centos
root@next-server#
yum install glibc.i686
or
root@next-server#
yum install glibc.i386
and for debian based operating system
root@next-server# sudo apt-get install ia32-libs
No comments:
Post a Comment