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. Unable to deploy Qt app under Linux
Forum Updated to NodeBB v4.3 + New Features

Unable to deploy Qt app under Linux

Scheduled Pinned Locked Moved Solved General and Desktop
43 Posts 3 Posters 14.6k 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.
  • M Offline
    M Offline
    mbnoimi
    wrote on last edited by mbnoimi
    #41

    Oh yeah... Problem SOLVED at last

    The problem occurs because of different versions of libstdc++6 I fixed it by modifying the dependency from 4.8.4 to 5.4.0

    Ubuntu 14.04 and earlier users need to add the following PPA then Qt 5.7 apps will run smoothly:

    sudo add-apt-repository ppa:ubuntu-toolchain-r/test 
    sudo apt-get update
    
    kshegunovK A 2 Replies Last reply
    1
    • M mbnoimi

      Oh yeah... Problem SOLVED at last

      The problem occurs because of different versions of libstdc++6 I fixed it by modifying the dependency from 4.8.4 to 5.4.0

      Ubuntu 14.04 and earlier users need to add the following PPA then Qt 5.7 apps will run smoothly:

      sudo add-apt-repository ppa:ubuntu-toolchain-r/test 
      sudo apt-get update
      
      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #42

      Thanks for sharing your solution.
      Cheers.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      0
      • M mbnoimi

        Oh yeah... Problem SOLVED at last

        The problem occurs because of different versions of libstdc++6 I fixed it by modifying the dependency from 4.8.4 to 5.4.0

        Ubuntu 14.04 and earlier users need to add the following PPA then Qt 5.7 apps will run smoothly:

        sudo add-apt-repository ppa:ubuntu-toolchain-r/test 
        sudo apt-get update
        
        A Offline
        A Offline
        ambershark
        wrote on last edited by
        #43

        @mbnoimi Great news! Sorry I haven't had time for forums in the last few days or I would have continued helping. Sounds like you finally found the culprit. I knew that mysql wasn't loading, but for some reason ldd wasn't showing us why. Glad you finally found it.

        And like I said, welcome to the nightmare that is deploying binaries for linux, lol. I hate it!

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        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