wmic for 64bit?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
emperaza
Posts: 16
Joined: Fri Apr 15, 2011 12:08 pm

wmic for 64bit?

Post by emperaza »

Hello, I am having trouble with the wmi client installed on a 64 bit redhat system. Its looking for lib\ld-linux.so.2 which doesn't exist so I created a symbolic link to lib64\ld-linux-x86_64.so.2 and it complains about having a corrupted library.... any suggestions?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: wmic for 64bit?

Post by lmiltchev »

We are working on this issue and will get back to you as soon as we are done with our testing.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: wmic for 64bit?

Post by nscott »

emperaza,

I do believe I found all the libraries necessary. Remove the link you created and run the following:

yum install glibc.i686 glibc-devel.i686 libgsasl.i686 cyrus-sasl-lib.i686 libcgroup-pam.i686 popt.i686 pam.i686 -y

Give that a shot
Nicholas Scott
Former Nagios employee
Locked