[Interest] Loading libraries from root folder

Joseph W Joshua joshua at megvel.me.ke
Mon Sep 9 17:42:24 CEST 2013


On 09/09/2013 04:36 AM, Mitch Curtis wrote:
> On 09/09/2013 05:05 PM, Joseph W Joshua wrote:
>> Hello all,
>>
>> I wish to deploy my application under both Linux and windows. In
>> windows, the OS automatically looks for libraries in the application
>> startup path. However in Linux, the OS always complains about missing
>> libs, even though they are located in the same folder as the app.
>>
>> Is there a way, in linux, to tell the application to use the libs in the
>> same folder as the app?
>>
>> Josh.
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
> Please see: 
> http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html#creating-the-application-package
Thanks,

LD_LIBRARY_PATH looks like the best option.



More information about the Interest mailing list