Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

ldd outputs statically linked on target pc even when my app was built with shared libraries

$
0
0
I want to deploy a simple app I created on a linux machine to another linux machine. I have two pc’s, both running Ubuntu 12.04. On the development machine I created a simple app using Qt Creator and it runs fine. When I run the ldd command on this machine it outputs a whole bunch of libraries needed. Then I copied the app and the required libraries to the target machine and tried to run the app following the directions for deployment provided here: http://doc.qt.io/qt-5/linux-deployment.html but I get a segmentation fault error. When I run the ldd command again on the target machine it outputs: statically linked. I have same version of Qt on both machines Qt 5.3 I am new to Qt and I don’t know what I’m doing wrong, please help.

Viewing all articles
Browse latest Browse all 2113

Trending Articles