PDA

View Full Version : Depolyment in Linux RHEL5.1 problem



c_srikanth1984
11th April 2009, 07:31
HI,
I am using Qt 4.5 in Linux RHEL5.1 I have an application called pictureeditor Where it is working properly. Where i tried to Deploy it using Qt Assistance Deployment Doc and Created An Application Package. Which Contains pictureeditor - executable file
pictureeditor.sh
libQtCore.so.4
libQtGui.so.4
all the files required.
but when i tried to execute in the other system i am not able to execute my application.
I am getting the error
undefined symbol _ZN12QLocalSocketC1EPQObject
Wat could be the erroe.
Plz Help me
Thank U in Advance.

Lykurg
11th April 2009, 12:55
seems you also need libQtNetwork.so. What have you defined in the QT variable at your pro file?