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. Deployed a Qt application with linuxdeployqt, application runs on a machine without qt but throws an error when run on a machine with Qt

Deployed a Qt application with linuxdeployqt, application runs on a machine without qt but throws an error when run on a machine with Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 135 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.
  • H Offline
    H Offline
    Hamsha M
    wrote on last edited by
    #1

    Deployed an application with linuxdeployqt on centos7 The application runs on machines which don't have qt. On other machines which have qt it throws an error

    /home/tmcp/user1/folder contains mpu executable along with lib, plugin and translation created by linuxdeployqt

    /home/tmcp/user1/folder/lib/libQt5Core.so.5:version 'Qt_5.12' not found(required by ./mpu)

    /home/tmcp/user1/folder/lib/libQt5Charts.so.5:version 'Qt_5.12' not found(required by ./mpu)

    How do i resolve this error I want the application to run with or without the machine containing qt

    The machines with qt has the version as same as the machine from which it was deployed.(version 5.12.10)

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

      Hi and welcome to devnet,

      linuxdeployqt is an independent project, you should contact its authors.

      That said, can you post the exact command you used to create your application deployment ?

      What does ldd "your_application" returns on both systems ?

      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
      0

      • Login

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