[Qt-interest] deploying application at linux
Yuvaraj R
yuvaraj at ongobiz.com
Mon Oct 26 06:17:24 CET 2009
Hi All
i tried with following command at qt unistalled machine
ldd ./application
i got erro message like
l*ibQtGui.so.4 not found
libQtCore.so.4 not found
*
but i ahve placed respective libs along with application.
please help me
Thanks
Yuvaraj R
On Sat, Oct 24, 2009 at 7:00 AM, Frank Mertens <frank at cyblogic.de> wrote:
> Yuvaraj R wrote:
> > I had never deployed Qt application under linux..
> >
> > My application i have used following module additionally
> >
> > 1) Qt network
> >
> > 2) Qt webkit
> >
> > 3) Qt Sql
> >
> > I tried with application distribution with following libs along with my
> > application
> >
> > 1) Application folder
> >
> > 1) application
> > 2) libQtGui.so.4
> > 3) libQtCore.so.4
> > 4) libQtNetwok.so.4
> > 5) libQtxml.so.4
> > 6) libQtWebkit.so.4
> > 7)libQtSql.so.4
> > 8) sql drivers folder
> >
> > But i am getting error message ../Maxxtel could not able to run.
> >
>
> Check out the 'chrpath' tool if you distribute on Linux.
> (chrpath is a Debian project).
>
> For instance if you are using separate bin and lib folders
> in your distribution run the following two lines from the bin
> folder:
> chrpath -r '$ORIGIN/../lib' application
> chrpath -c application
>
> Run 'ldd application' before and afterwards to see what happens;-)
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091026/40232b55/attachment.html
More information about the Qt-interest-old
mailing list