Ubuntu 11.04 install errors

Discussion in 'Parallels Remote Application Server' started by bcdudley, Sep 14, 2011.

  1. bcdudley

    bcdudley Member

    Messages:
    22
    I just upgraded my laptop to Ubuntu 11.04. When I try to reinstall the 2X client, I get the following errors.

    sudo dpkg -i --force-architecture 2XClient.deb
    dpkg: warning: overriding problem because --force enabled:
    package architecture (i386) does not match system (amd64)
    (Reading database ... 151460 files and directories currently installed.)
    Preparing to replace 2xclient:i386 10.0.1159 (using 2XClient.deb) ...
    Unpacking replacement 2xclient:i386 ...
    dpkg: dependency problems prevent configuration of 2xclient:i386:
    2xclient:i386 depends on libxcursor1 (>> 1.1.2).
    2xclient:i386 depends on zlib1g (>= 1:1.2.3.3.dfsg-1).
    2xclient:i386 depends on libfontconfig1 (>= 2.4.0).
    2xclient:i386 depends on libxrender1.
    2xclient:i386 depends on libc6 (>= 2.3.2).
    2xclient:i386 depends on libssl0.9.8.
    2xclient:i386 depends on libxfixes3 (>= 1:4.0.1).
    2xclient:i386 depends on libxrandr2 (>= 2:1.2.0).
    2xclient:i386 depends on libfreetype6 (>= 2.3.5).
    2xclient:i386 depends on libsm6.
    2xclient:i386 depends on libxtst6.
    2xclient:i386 depends on libice6 (>= 1:1.0.0).
    2xclient:i386 depends on libxext6.
    2xclient:i386 depends on libxi6.
    2xclient:i386 depends on libgcc1 (>= 1:4.1.1-21).
    2xclient:i386 depends on libesd-alsa0 (>= 0.2.35) | libesd0 (>= 0.2.35).
    2xclient:i386 depends on libxinerama1.
    2xclient:i386 depends on libxft2 (>> 2.1.1).
    2xclient:i386 depends on libx11-6.
    dpkg: error processing 2xclient:i386 (--install):
    dependency problems - leaving unconfigured
    Processing triggers for shared-mime-info ...
    Processing triggers for bamfdaemon ...
    Rebuilding /usr/share/applications/bamf.index...
    Processing triggers for desktop-file-utils ...
    Processing triggers for python-gmenu ...
    Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
    Processing triggers for python-support ...
    Errors were encountered while processing:
    2xclient:i386

    Looking for any suggestions on how to fix this. I have several machines that are going to be upgraded soon. It would be nice if a 64bit package would be released instead of having to force an I386 package to install on an amd64 system (Hint Hint 2X mods).
     
  2. rozenberg

    rozenberg Member

    Messages:
    26
    Hi there,

    Try this please:
    cd /tmp
    sudo apt-get install ia32-libs wget
    wget http://www.2x.com/downloads/AppServer-L ... nt.tar.bz2
    cd /
    sudo tar zf 2xclient.tar.gz
    /opt/2X/Client/bin/appserverclient -v
    /opt/2X/applicationserverclient/bin/2XClient

    and 64bit support will be ready soon.

    Kind regards,
     
  3. bcdudley

    bcdudley Member

    Messages:
    22
    Thank you for the response.
    I did as you suggested.

    I ran:

    Code:
    cd ~/Downloads
    sudo apt-get install ia32-libs wget (both were already installed properly)
    wget http://www.2x.com/downloads/AppServer-LoadBalancer/2XClient.tar.bz2
    sudo tar xvjf 2XClient.tar.bz2

    When I try to run any of the commands from the cli, I get random errors, however I can run the /opt/2X/Client/bin/2XClient from the gui by clicking it and it does come up to the the correct interface. The install script does not work.

    I am able to go in and add my connection and successfully connect to my server. I am able to successfully connect to all of my applications that I have checked so far, but I cannot connect to some remote desktops that I can connect to from other clients. It seems to be the Win7/2008 64 bit machines having problems. The WinXP/2003 32 bit machines are the ones that work. Very strange.

    I look forward to the 64 bit deb client, but I Thank you for this workaround. Any suggestions on the problematic remote desktops would be appreciated.

    Thank you.
     

Share This Page