[Interest] Loading libraries from root folder

André Hartmann andre.hartmann at iseg-hv.de
Mon Sep 9 10:18:49 CEST 2013


Hi Josh,

try the following in a terminal:

LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./application

changes the library search path for the current instance of application

BR,
Andre

Am 09.09.2013 17:05, schrieb Joseph W Joshua:
> 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
>
>


-- 
Best regards / Mit freundlichen Grüßen
André Hartmann, Dipl.-Ing. (FH)
Software Project Manager

iseg Spezialelektronik GmbH         |  phone: ++49 (0)351 26996-43
Bautzner Landstr. 23                |  fax:   ++49 (0)351 26996-21
D-01454 Radeberg / Rossendorf       |  web:   www.iseg-hv.com

Geschäftsführer / Managing director: Dr. F. Gleisberg, Dr. J. Pöthig
Amtsgericht / Lower district court: Dresden HRB 16250
Ust.-Id.-Nr. / VAT-ID: DE812508942

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtümlich erhalten haben, informieren Sie bitte
sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail
in error) please notify the sender immediately and delete this e-mail.
Any unauthorized copying, disclosure or distribution of the material
in this e-mail is strictly forbidden.



More information about the Interest mailing list