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. libQt5Core.so.5: version `Qt_5' not found
Forum Updated to NodeBB v4.3 + New Features

libQt5Core.so.5: version `Qt_5' not found

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 3 Posters 6.1k Views 3 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.
  • C Offline
    C Offline
    Chithara
    wrote on last edited by
    #1

    I am running an application developed in Qt 5.11 in Ubuntu machine where Qt is not installed. While launching the exe from terminal, getting the below error:
    " /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version 'Qt_5.11' not found" . What i want to do now in order to make my executable run in Linux/ubuntu machine without installing Qt package?

    kshegunovK 1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You need to deploy the executable, for example using linuxdeployqt. Or create a DEB package that will install Qt when your app is being installed. Or compile your app statically (if license permits).

      (Z(:^

      C 1 Reply Last reply
      2
      • sierdzioS sierdzio

        You need to deploy the executable, for example using linuxdeployqt. Or create a DEB package that will install Qt when your app is being installed. Or compile your app statically (if license permits).

        C Offline
        C Offline
        Chithara
        wrote on last edited by
        #3

        @sierdzio How can I compile my application statically in a working environment?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4
          1. Make sure you don't violate Qt license.
          2. Look into the documentation. Where else? General guide, Linux-specific guide.

          (Z(:^

          1 Reply Last reply
          2
          • C Chithara

            I am running an application developed in Qt 5.11 in Ubuntu machine where Qt is not installed. While launching the exe from terminal, getting the below error:
            " /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version 'Qt_5.11' not found" . What i want to do now in order to make my executable run in Linux/ubuntu machine without installing Qt package?

            kshegunovK Offline
            kshegunovK Offline
            kshegunov
            Moderators
            wrote on last edited by
            #5

            @Chithara said in libQt5Core.so.5: version `Qt_5' not found:

            I am running an application developed in Qt 5.11 in Ubuntu machine where Qt is not installed. While launching the exe from terminal, getting the below error:
            " /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version 'Qt_5.11' not found" .

            The error you get is in stark contrast with what you claim. There is a Qt library on that system, quite apparently. However it's almost certainly older than the one your application expects.

            Read and abide by the Qt Code of Conduct

            1 Reply Last reply
            1

            • Login

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