Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem installing Qt Online Installer for Linux 32-bit on Ubuntu
QtWS25 Last Chance

Problem installing Qt Online Installer for Linux 32-bit on Ubuntu

Scheduled Pinned Locked Moved General and Desktop
15 Posts 4 Posters 10.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sierdzio
    Moderators
    wrote on 27 Nov 2013, 09:18 last edited by
    #2

    There is no need to run Qt installation as root.

    I don't know why, but sometimes the installer simply does not execute. last time I've observed this was a looooong time ago, though. Make sure the dependencies for Qt are met, then try running it a few more times.

    (Z(:^

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rubikon
      wrote on 27 Nov 2013, 09:21 last edited by
      #3

      How can I make sure the dependencies for Qt are met? I'm not that experienced using Linux....

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sierdzio
        Moderators
        wrote on 27 Nov 2013, 09:24 last edited by
        #4

        @
        sudo apt-get intall build-essential
        sudo apt-get build-dep qt5-qmake qt5-default
        @

        Bit unpleasant such a glitch should hit a newbie :/ If it is the same bug as before, then it's sometimes enough just to repeatedly try running the file, it will work eventually.

        (Z(:^

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rubikon
          wrote on 27 Nov 2013, 09:36 last edited by
          #5

          sudo apt-get build-dep qt5-qmake qt5-default downloads and make a lot of output. As far as I can see with no error.

          The other one seems to be fine too:
          @
          user@user-D3220-B1:~/Downloads$ sudo apt-get install build-essential
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          build-essential is already the newest version.
          0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.
          user@user-D3220-B1:~/Downloads$ ^C
          @

          But still getting the same error. Also repeating several time does not help.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            sierdzio
            Moderators
            wrote on 27 Nov 2013, 09:39 last edited by
            #6

            Try the offline installer, then.

            I would suggest building from source, but I don't want to put that burden on you yet, when we still have other options.

            (Z(:^

            1 Reply Last reply
            0
            • R Offline
              R Offline
              rubikon
              wrote on 27 Nov 2013, 10:04 last edited by
              #7

              Same error:

              @
              user@user-D3220-B1:~/Downloads$ ls
              qt-linux-opensource-1.4.0-2-x86-online.run qt-linux-opensource-5.1.1-x86-offline.run
              user@user-D3220-B1:~/Downloads$ chmod 755 qt-linux-opensource-5.1.1-x86-offline.run
              user@user-D3220-B1:~/Downloads$ ./qt-linux-opensource-5.1.1-x86-offline.run
              bash: ./qt-linux-opensource-5.1.1-x86-offline.run: No such file or directory
              user@user-D3220-B1:~/Downloads$
              @

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sierdzio
                Moderators
                wrote on 27 Nov 2013, 10:06 last edited by
                #8

                What happens if you run it from the GUI (click/ double click)?

                (Z(:^

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  rubikon
                  wrote on 27 Nov 2013, 10:09 last edited by
                  #9

                  Nothing happens when I double click on it.

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    sierdzio
                    Moderators
                    wrote on 27 Nov 2013, 10:11 last edited by
                    #10

                    This is bad. I'll ask on the mailing list, maybe there are some known solutions.

                    (Z(:^

                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      rubikon
                      wrote on 27 Nov 2013, 10:17 last edited by
                      #11

                      Hopefully it helps. Thank you in advance.

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        p3c0
                        Moderators
                        wrote on 27 Nov 2013, 10:22 last edited by
                        #12

                        Hi,

                        Is your machine 64 bit ?

                        157

                        1 Reply Last reply
                        0
                        • T Offline
                          T Offline
                          tjenssen
                          wrote on 27 Nov 2013, 11:10 last edited by
                          #13

                          please show us:
                          uname -a

                          and:
                          ldd /Downloads/qt-linux-opensource-5.1.1-x86-offline.run

                          Maybe there is a missing dependency to start the installer UI.
                          a possible fix is:
                          sudo aptitude build-dep libqt4-opengl-dev

                          and yes if you have a 64bit system you need a 64bit installer.

                          PS: Please check that my possible fixing command does the right thing for you, I am not working on linux daily.

                          1 Reply Last reply
                          0
                          • R Offline
                            R Offline
                            rubikon
                            wrote on 27 Nov 2013, 14:55 last edited by
                            #14

                            Yes, it is a 64 bit machine.

                            @
                            user@user-D3220-B1:~$ uname -a
                            Linux user-D3220-B1 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
                            user@user-D3220-B1:~/Downloads$ ldd qt-linux-opensource-5.1.1-x86-offline.run
                            not a dynamic executable
                            user@user-D3220-B1:~/Downloads$
                            @

                            sudo aptitude build-dep libqt4-opengl-dev seems to run fine but the problem remains the same...

                            The 64bit installer seems to work. It is currently running. Is it not possible to use and build 32 bit on a 64 bit machine like it is possible on windows?

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              sierdzio
                              Moderators
                              wrote on 28 Nov 2013, 07:17 last edited by
                              #15

                              As Thiago mentions in the ML, you may be missing the ia32-libs package.

                              Running 32 bit applications on a 64 bit Linux system is possible.

                              (Z(:^

                              1 Reply Last reply
                              0

                              11/15

                              27 Nov 2013, 10:17

                              • Login

                              • Login or register to search.
                              11 out of 15
                              • First post
                                11/15
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved