Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved]can not run "sudo ./QtSdk-offline-linux-x86-v1.2.1.run"
Qt 6.11 is out! See what's new in the release blog

[Solved]can not run "sudo ./QtSdk-offline-linux-x86-v1.2.1.run"

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 3 Posters 5.8k Views 1 Watching
  • 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.
  • P Offline
    P Offline
    pmjz
    wrote on last edited by
    #1

    Hi guys,

    I wanna install qtsdk, I issued chmod u+x QtSdk-offline-linux-x86-v1.2.1.run
    and then I issued sudo ./QtSdk-offline-linux-x86-v1.2.1.run.

    nothing happen or prompt a message "no such file or directory", welcome
    any ideas

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      Did you try "chmod a+x"?

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pmjz
        wrote on last edited by
        #3

        yes, i did.but the problem is the same. bash:./QtSdk-offline-linux-x86-v1.2.1.run: No such file or directory

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          I would guess that you are running a pure 64bit userspace and are trying to install a 32bit application on that.

          Took me ages to figure that out when this happened to me the first time: The error message is absolutely confusing there.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            pmjz
            wrote on last edited by
            #5

            [quote author="Tobias Hunger" date="1335985210"]I would guess that you are running a pure 64bit userspace and are trying to install a 32bit application on that.

            Took me ages to figure that out when this happened to me the first time: The error message is absolutely confusing there.[/quote]

            great.I just check my system information: ubuntu 64bit. yes, I try to install 32 bit QtSDK

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on last edited by
              #6

              You can either install an additional 32bit userspace then and install the SDK afterwards...

              1 Reply Last reply
              0
              • P Offline
                P Offline
                pmjz
                wrote on last edited by
                #7

                thanks, by the way, what is "32bit userspace"?

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  "userspace" is everything outside the kernel space:-)

                  As you know most applications depend on libraries to provide functionality that they use. To run 32bit apps on a 64bit system you need all the libraries needed by those apps in a 32bit version. Of course you also need all the libraries those libraries need, etc:-)

                  Most distributions offer a way to simple way to install a pretty complete set of 32bit libraries on a 64bit linux. Check the documentation/wikis of your distribution of choice.

                  1 Reply Last reply
                  0

                  • Login

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