On 02/01/2010 09:33 AM, Müller Michael wrote:
> Hi Feri,
>
> I am no real expert in deploying Linux applications, but here`s my idea:
>
> Use the ldd command on your executable. Since you are using MITK 0.10, I
> suspect you have built the “MainApp”. ldd will list all required shared
> objects of the MainApp. Collect all the listed libraries and the
> executable into one directory and add them to an archive. Once you have
> unpacked the executable and the libraries on another machine, you just
> have to tell the MainApp where to find the shared objects. Since they
> are in the same directory, just type:
>
> export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
>
> and then
>
> ./MainApp

Hi,

Michael already described the right way. Minimally, you should copy
- all .so files from your MITK binary directory
- all .so files from ITK, VTK
- (Qt should already be on your target system)
- (all other files reported by ldd will help)

Also, you might follow bug #16, which is about creating an install 
target: http://bugs.mitk.org/show_bug.cgi?id=16

Best regards
Daniel

-- 
Dr. Daniel Maleike                         Phone: +49 6221 42 2326
Deutsches Krebsforschungszentrum           Im Neuenheimer Feld 280
Medical and Biological Informatics (E130)         69120 Heidelberg

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to