VMWare on 2.6.25-14.fc9.x86_64

Discussion in 'Installation/Configuration' started by v2k, Jun 10, 2008.

  1. v2k

    v2k New Member

    Anyone able to set this up?

    I'm getting this msg on cfg:
    Code:
    sudo /usr/bin/vmware-config.pl
    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 => (0x00110000)
    libm.so.6 => /lib/libm.so.6 (0x00164000)
    libdl.so.2 => /lib/libdl.so.2 (0x00120000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00125000)
    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 => /lib/libc.so.6 (0x0018d000)
    /lib/ld-linux.so.2 (0x00146000)
    
    This program cannot tell for sure, but you may need to upgrade libc5 to glibc
    before you can run VMware Server. 
    Once it's setup, it dies complaining about libX11.so.6 missing.

    Code:
    rpm -ql libX11 | grep so.6
    /usr/lib64/libX11.so.6
    /usr/lib64/libX11.so.6.2.0
    
    
     
  2. v2k

    v2k New Member

  3. v2k

    v2k New Member

    I installed some more things... mainly for flash and tried this again, less things are missing, but still:

    Code:
    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 =>  (0x00110000)
    	libm.so.6 => /lib/libm.so.6 (0x00164000)
    	libdl.so.2 => /lib/libdl.so.2 (0x00122000)
    	libpthread.so.0 => /lib/libpthread.so.0 (0x00127000)
    	libX11.so.6 => /usr/lib/libX11.so.6 (0x0018d000)
    	libXtst.so.6 => not found
    	libXext.so.6 => /usr/lib/libXext.so.6 (0x0028e000)
    	libXt.so.6 => /usr/lib/libXt.so.6 (0x0029e000)
    	libICE.so.6 => /usr/lib/libICE.so.6 (0x002f7000)
    	libSM.so.6 => /usr/lib/libSM.so.6 (0x00311000)
    	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x0031a000)
    	libz.so.1 => /lib/libz.so.1 (0x00323000)
    	libc.so.6 => /lib/libc.so.6 (0x00337000)
    	/lib/ld-linux.so.2 (0x00146000)
    	libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00142000)
    	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x004a0000)
    	libXau.so.6 => /usr/lib/libXau.so.6 (0x004bc000)
    	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x004bf000)
    
     
  4. v2k

    v2k New Member

  5. v2k

    v2k New Member

    And by solved, I mean I was able to run vmware...

    now using vmware to launch my XP vm causes a hardlock, it doesn't even start the vm at all it seems. :(
     
  6. v2k

    v2k New Member

    I tried creating a linux vm and launching it; it crashes the same way; vm goes black and hard locks machine.
     
  7. v2k

    v2k New Member

    Any thoughts on this? I'm really stuck... considering nuking the machine again... perhaps with fc8.
     
  8. v2k

    v2k New Member

Share This Page