VMWare server + CentOS 5 gives you some problems during the install:



    The correct version of one or more libraries needed to run VMware Server may be missing. 
    This is the output of ldd /usr/bin/vmware:

    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/libm.so.6 (0×0034a000)
    libdl.so.2 => /lib/libdl.so.2 (0×00305000)
    libpthread.so.0 => /lib/libpthread.so.0 (0×0038b000)
    libX11.so.6 => not found
    libXtst.so.6 => not found
    libXext.so.6 => not found
    libXt.so.6 => not found
    libICE.so.6 => /usr/lib/libICE.so.6 (0xf7fdb000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0xf7fd2000)#
    libXrender.so.1 => not found
    libz.so.1 => /usr/lib/libz.so.1 (0×0030b000)
    libc.so.6 => /lib/libc.so.6 (0×001c6000)
    /lib/ld-linux.so.2 (0×001a9000)

this describes the fix.

The short version is:

  • yum remove libXi libXtst libXt libXrender libXext libX11
  • yum install libX11.i386 libXrender.i386 libXt.i386 libXtst.i386 libXi.i386
  • yum install xinetd

VMware ESX + coRAID And s'more

 
vmware.txt · Last modified: 2011/02/06 21:56 by ford     Back to top
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Design by Chirripó