Tuesday, September 4, 2012

HAVING PROBLEM WITH UPS ICA - CENTOS - UPSILON APPS

 After upgraded from Centos 5.3 and installed with CentOS 6 64bit version,
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: