The correct version of one or more libraries needed to run VMware Server may be missing error and solution

Yesterday I was configuring Red Hat enterprise Linux 4.0 64-bit version on DUAL AMD with 4 GiG system.
Everything went quite smoothly. The last requirement was to configure and install VMWARE Server products.
VMWARE error
I had downloaded the VMWARE server from official vmware site, while configuring vmware server I got an error, which reads as follows:
The correct version of one or more libraries needed to run VMware Server may be
missing. This is the output of ldd /usr/local/bin/vmware:
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib32/libm.so.6 (0xf7f84000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7f80000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f6e000)
libX11.so.6 => not found
libXtst.so.6 => not found
libXext.so.6 => not found
libXt.so.6 => not found
libICE.so.6 => not found
libSM.so.6 => not found
libXrender.so.1 => not found
libz.so.1 => not found
libc.so.6 => /lib32/libc.so.6 (0xf7e3c000)
/lib/ld-linux.so.2 (0xf7faf000)
From above output, I realized that Vmware needs 32-bit version of libc and other X windows library.
If you are using Debian/Ubuntu 64 bit there is a pcakge available called ia32-libs. You can install this package to get 32 bit libraries on 64 bit system.
# apt-get install ia32-libs
Luckily, Red Hat enterprise Linux v4.0 provides the backward compatibility too. All you need to do is type following two commands:
# up2date -i "@Compatibility Arch Development Support"
# up2date -i "@Compatibility Arch Support"
Above two commands will load/install all necessary libraries (total size 1GB). If you want to save a disk space, install individual packages.
Thanks to this topic @ VMWARE forum for quick solution - VMWare Server: Dependency problem on 64-Bit Red Hat ES 4, EM64T ![]()
E-mail this to a friend
Printable version
You may also be interested in other helpful articles:
- How to: Upgrade VMWARE Server under Linux
- Installing VMWARE server on CentOS 5 or Red hat enterprise Linux 64 bit version
- Start and stop VMWARE VPS / virtual machine guest operating system from command line
- Redhat website gets face lift
- Redhat Dovecot error while loading shared libraries: libsepol.so.1: failed to map segment from shared object: Cannot allocate memory
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Excellent. I am now able to run my free vmware server.
Thank you very much.
perfect
Yours sincerely from germany
Dirk
Thanks a ton. I’ve spent one day searching for solution. Again thanks!