Results 1 to 4 of 4

Thread: Installing VMwareServer 1.0.4 on Hardy Heron Alpha4

  1. #1
    Join Date
    Feb 2008
    Beans
    4

    Installing VMwareServer 1.0.4 on Hardy Heron Alpha4

    This small script/HOWTO installs VMwareServer 1.0.4 on Hardy Heron Alpha4
    You can simply copy the following lines of into a file and execute it using:
    $> sudo bash <script_name>


    sudo apt-get -y install xinetd g++
    cd ~/Desktop
    wget http://download3.vmware.com/software...4-56528.tar.gz
    wget http://rtr.ca/vmware-2.6.24/vmware-a...update115a.tgz
    tar xzf VMware-server-1.0.4-56528.tar.gz
    tar xzf vmware-any-any-update115a.tgz
    cd vmware-server-distrib/
    sudo ./vmware-install.pl
    # Always use the default answer and press enter
    # Installation finishes with errors
    cd ../vmware-any-any-update115a
    sudo ./runme.pl
    # Always use the default answer and press enter and use a valid passphrase
    # Compilation finishes with warnings
    sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
    sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/

  2. #2
    Join Date
    Feb 2008
    Beans
    1

    Re: Installing VMwareServer 1.0.4 on Hardy Heron Alpha4

    Does not work for AMD64. Starting vmware stopps with:
    vmware: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

    Any ideas?

  3. #3
    Join Date
    Feb 2008
    Beans
    4

    Re: Installing VMwareServer 1.0.4 on Hardy Heron Alpha4

    Sorry forgot to mention that it is only for i386!

  4. #4
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Installing VMwareServer 1.0.4 on Hardy Heron Alpha4

    Wonder why the script wouldn't work for 64-bit Hardy? Would it work for 64-bit Gutsy?
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •