Unable to deploy Qt app under Linux
-
Oh yeah... Problem SOLVED at last
The problem occurs because of different versions of
libstdc++6
I fixed it by modifying the dependency from4.8.4
to5.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
-
Oh yeah... Problem SOLVED at last
The problem occurs because of different versions of
libstdc++6
I fixed it by modifying the dependency from4.8.4
to5.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
Thanks for sharing your solution.
Cheers. -
Oh yeah... Problem SOLVED at last
The problem occurs because of different versions of
libstdc++6
I fixed it by modifying the dependency from4.8.4
to5.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
@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!