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. Cannot lauch Qt online installer on Ubuntu 22.04
Forum Updated to NodeBB v4.3 + New Features

Cannot lauch Qt online installer on Ubuntu 22.04

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 1.1k 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.
  • A Offline
    A Offline
    Aymeric_Qt
    wrote on last edited by
    #1

    Hello,

    I try to install Qt on Ubuntu which is installed on my Raspberry Pi 4. So I use the qt online installer but I am getting errors when I try to launch it.

    If I try to run it using: ./qt-unified-linux-x64-4.3.0-1-online.run
    I get this error: bash: ./qt-unified-linux-x64-4.3.0-1-online.run: cannot execute binary file: Exec format error

    And if I try to run it using sudo command I get:
    ./qt-unified-linux-x64-4.3.0-1-online.run: 1: ELF: not found
    ./qt-unified-linux-x64-4.3.0-1-online.run: 6: Syntax error: word unexpected (expecting ")")
    ./qt-unified-linux-x64-4.3.0-1-online.run: 2: @@@@@@0pp@p@@@�9��9�: not found

    From what I understand the "Exec format..." error can occur if we try to run a 64bit program on a 32bit OS which is not my case.
    And for now I did not really get anymore clues on this problem, so if you have any ideas I am interested!

    Thanks for reading.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The issue is that you are trying to run an x86_64 binary on an arm64 system.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • A Offline
        A Offline
        Aymeric_Qt
        wrote on last edited by
        #3

        Hi,

        Ok! Too bad for I'll have to install it "manually", which seems more difficult (hope I don't mess up everything).

        Thank you very much for your reply!

        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