
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 :D
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!

{ 4 comments… read them below or add one }
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!
in centos 5.5 no is present up2date it is reemplaced for yum in my case mi solution for this proble
# yum install libX* this commando instal full necesary
mi mail frostom@hotmail.com sory my english is bad