Hi Benjamin,

looks like you are using VMTK. How are you linking to it in your CMake code?

You could try to set your LD_LIBRARY_PATH environment variable to the 
directory containing the VMTK libs, before issuing a 'make package' (or 
'make install').

If you are linking to those libraries and they are not included in the 
install directory, your application will crash when it tries to load a 
library needing a symbol from one of these (except if it finds those 
libs in the standard library search paths or in your LD_LIBRARY_PATH 
variable and they have the correct version, then you are lucky).

If the LD_LIBRARY_PATH trick does not work, we will have to think about 
another solution.

Best,
Sascha

On 01/14/2011 10:04 AM, Benjamin Kurz wrote:
> Hello,
>
> I already posted to the list a few weeks ago regarding some warnings I
> get during packaging.
>
> It's not solved yet, but now I got to a point, where the package gets
> created and works. But I also got some additional errors, which get
> repeated very often during the packaging, always the same libraries
>
> warning: target 'libvtkvmtkSegmentation.so' is not absolute...
> warning: target 'libvtkvmtkSegmentation.so' does not exist...
> ldd: ./libvtkvmtkSegmentation.so: Datei oder Verzeichnis nicht gefunden
> warning: target 'libvtkvmtkCommon.so' is not absolute...
> warning: target 'libvtkvmtkCommon.so' does not exist...
> ldd: ./libvtkvmtkCommon.so: Datei oder Verzeichnis nicht gefunden
> warning: target 'libvtkvmtkComputationalGeometry.so' is not absolute...
> warning: target 'libvtkvmtkComputationalGeometry.so' does not exist...
> ldd: ./libvtkvmtkComputationalGeometry.so: Datei oder Verzeichnis nicht
> gefunden
> warning: target 'libvtkvmtkDifferentialGeometry.so' is not absolute...
> warning: target 'libvtkvmtkDifferentialGeometry.so' does not exist...
> ldd: ./libvtkvmtkDifferentialGeometry.so: Datei oder Verzeichnis nicht
> gefunden
> warning: target 'libvtkvmtkIO.so' is not absolute...
> warning: target 'libvtkvmtkIO.so' does not exist...
> ldd: ./libvtkvmtkIO.so: Datei oder Verzeichnis nicht gefunden
> warning: target 'libvtkvmtkITK.so' is not absolute...
> warning: target 'libvtkvmtkITK.so' does not exist...
> ldd: ./libvtkvmtkITK.so: Datei oder Verzeichnis nicht gefunden
> warning: target 'libvtkvmtkMisc.so' is not absolute...
> warning: target 'libvtkvmtkMisc.so' does not exist...
> ldd: ./libvtkvmtkMisc.so: Datei oder Verzeichnis nicht gefunden
>
> Now I was wondering, can I ignore these messages? Or can I somehow find
> out, if this has any effect on the resulting application?
>
> Thank you.
>
> Benjamin
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> mitk-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mitk-users


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to