Page 1 of 1
wmic for 64bit?
Posted: Wed Aug 24, 2011 12:03 pm
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?
Re: wmic for 64bit?
Posted: Thu Aug 25, 2011 4:51 pm
by lmiltchev
We are working on this issue and will get back to you as soon as we are done with our testing.
Re: wmic for 64bit?
Posted: Fri Aug 26, 2011 5:16 pm
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