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] Qt Creator installation on linux machine

[Solved] Qt Creator installation on linux machine

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 6.9k 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
    pkj__
    wrote on last edited by
    #1

    I am used to work on windows. However, while trying to install qt creator by downloading the bin of version 2.5.2 gives error:
    bash: cannot execute binary file.
    Here is what I did.
    Downloaded 64 bit bin file from qt.nokia.com of 2.5.2
    Opened terminal.
    sudo chmod u+x qt-creator-linux-XXX-2.5.2.bin
    ls -lb
    -rwxr-xr-x 1 z5linux z5linux 83964198 Sep 5 11:29 qt-creator-linux-x86_64-opensource-2.5.2.bin
    z5linux@z5linux:~/Downloads$ ./qt-creator-linux-x86_64-opensource-2.5.2.bin
    bash: ./qt-creator-linux-x86_64-opensource-2.5.2.bin: cannot execute binary file

    ...
    Any idea what I'm doing wrong? And how can in install?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stukdev
      wrote on last edited by
      #2

      Are you the z5linux user in that machine?

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

        Is /home mounted with noexec (some people do that;) Are you running a 64bit userland? Does the output of "file /bin/bash" and "file ~/Downloads/qt*.bin" match up?

        1 Reply Last reply
        0
        • P Offline
          P Offline
          pkj__
          wrote on last edited by
          #4

          @stuk,@Tobias: Yes it was a 64/32 bit mismatch. Thanks

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

            The error message for 64/32bit mismatches are really misleading in linux IMHO.

            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