Deployment succeeds, app does not run on double click
-
Hi, i have created an app with the help of following command on terminal
./linuxdeployqt-7-x86_64.AppImage processorder/Process_Orders -unsupported-allow-new-glibc -appimage
An app is generated successfully. But, when i double clikc it or (right click -> run) , nothing happens,
I tried to run it using terminal.
This is what i got on terminal./Process_Orders-x86_64.AppImage: symbol lookup error: ./Process_Orders-x86_64.AppImage: undefined symbol: _ZdlPvm, version Qt_5
Can anybody help me deploy the app successfully and run it properly?
-
@jsulm @H-dragon
-
@jsulm @H-dragon
@Ahsan-Niaz
I don't know whether it will help, you could try aldd ./Process_Orders-x86_64.AppImage
. -
@JonB said in Depl;oyment succeds, app does not run on double click:
ldd ./Process_Orders-x86_64.AppImage
it says (not a dynamic executable)
-
@JonB said in Depl;oyment succeds, app does not run on double click:
ldd ./Process_Orders-x86_64.AppImage
it says (not a dynamic executable)
@Ahsan-Niaz
OK, don't worry, ignore my suggestion :) I thought it was an executable. -
so there is no solution? @JonB
-
so there is no solution? @JonB
@Ahsan-Niaz
I'm sure there's a solution, but not from me, sorry! Someone who knows about this will doubtless pick it up. -
You know anybody who can answer?
-
You know anybody who can answer?
@Ahsan-Niaz No, you have to be patient and wait to see.
-
Hi,
Which version of Qt did you use to build your AppImage ?
If not the one from the system, did you try with that one ? -
QT5.9.1 i use at linux
-
The question was: pre-built binary from the Qt installer or the one from your distribution ?
-
@SGaist I am not that much aware of the thing you asked, but the following much answer your question
-
The kit information would be better but I am guessing that you installed it from the online installer.