Page 3 of 137 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 1362

Thread: HowTo: Windows (XP) on Ubuntu with VMWare Server

  1. #21
    Join Date
    Sep 2005
    Location
    Glasgow, Scotland
    Beans
    10
    Distro
    Dapper Drake Testing/

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    You need to do that so they can send you a serial number.

  2. #22
    Join Date
    Oct 2005
    Beans
    51
    Distro
    Ubuntu 6.06

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    Quote Originally Posted by eokorie
    You need to do that so they can send you a serial number.


    But it requires a organization name

  3. #23
    Join Date
    Sep 2005
    Location
    Glasgow, Scotland
    Beans
    10
    Distro
    Dapper Drake Testing/

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    I believe that is just standard for those who plan to pay for support or plan to download the trial versions of paid products but just type in anything. I entered the name of my website and it went through.

  4. #24
    Join Date
    Apr 2006
    Location
    Belgium
    Beans
    844
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    Help!

    Complaining about GCC 3.4. But I figure it's installed anyway?

    rfonteyn@RFONTE-FCS:~/Programs/VMware/vmware-server-distrib$ vmware
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
    rfonteyn@RFONTE-FCS:~/Programs/VMware/vmware-server-distrib$ apt-cache policy gcc-3.4
    gcc-3.4:
    Installed: 3.4.6-1ubuntu2
    Candidate: 3.4.6-1ubuntu2
    Version table:
    *** 3.4.6-1ubuntu2 0
    500 http://be.archive.ubuntu.com dapper/main Packages
    100 /var/lib/dpkg/status
    rfonteyn@RFONTE-FCS:~/Programs/VMware/vmware-server-distrib$

  5. #25
    Join Date
    Mar 2006
    Location
    Germany
    Beans
    6
    Distro
    Dapper Drake Testing/

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    @ eentonig

    As far as I understand the internal secrets of Linux, Dapper uses gcc-4.0. So, before running the installation script, I needed to use the following command (in the terminal):

    export CC=/usr/bin/gcc-4.0

    If you're working with Breezy, try this:

    export CC=/usr/bin/gcc-3.4

    Make this sense? Does that help? I can't say - I only know it worked on my machine.

  6. #26
    Join Date
    Apr 2006
    Location
    Belgium
    Beans
    844
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    I'm on Dapper. And yeah, stupid me. I had the same issue with another soft I installed as well.

    Should have known this one. retrying as we, hum, *speak*.

  7. #27
    Join Date
    Apr 2006
    Location
    Belgium
    Beans
    844
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    ortsanfang,
    Nope, no good.
    Still got the same errors.

    rfonteyn@RFONTE-FCS:~/Programs/VMware/vmware-server-distrib$ vmware
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1: version `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
    /usr/lib/vmware/bin/vmware: /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0: no version information available (required by /usr/lib/libcairo.so.2)

  8. #28
    Join Date
    Mar 2006
    Location
    Germany
    Beans
    6
    Distro
    Dapper Drake Testing/

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    eentonig, I followed this instruction: VMware Server Beta on Ubuntu

    Maybe you need to create the mentioned (see first comment) symbolic link - although I didn't need to create it.

  9. #29
    Join Date
    Apr 2006
    Location
    Belgium
    Beans
    844
    Distro
    Hardy Heron (Ubuntu Development)

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    Nope, doesn't help. link already existed.
    It's gonna be someting stupid and simple. I just wish I could figure it out.

  10. #30
    Join Date
    Mar 2006
    Location
    Germany
    Beans
    6
    Distro
    Dapper Drake Testing/

    Re: HowTo: Windows (XP) on Ubuntu with VMWare Server

    I'm not sure, but do you get the messages when starting vmware (or during the installtion)? What about the installation? Did it finish successfully? Any errors? Do you have a vmware log in the /temp directory?

    I just want to figure out when the first time in the hole process you went into trouble?

Page 3 of 137 FirstFirst 123451353103 ... LastLast

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
  •