just some additional information:

Benjamin

The following messages disappeared after applying the patches.
warning: cannot resolve item
'/usr/local/bin/plugins/script/libqtscript_opengl.so'

      possible problems:
        need more directories?
        need to use InstallRequiredSystemLibraries?
        run in install tree instead of build tree?

        context='/usr/local/bin/plugins/script/libqtscript_opengl.so'
        item='/usr/local/bin/plugins/script/libqtscript_opengl.so'
        exepath='/usr/local/bin'


But the ldd warnings are still there:

ldd: warning: you do not have execution permission for
`/home/polyseg/BUILD_BioSeg2/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/iconengines/libqsvgicon.so'


If I call them myself I get the warning and the output:

ldd: warning: you do not have execution permission for
`/home/polyseg/BUILD_BioSeg2/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/graphicssystems/libqglgraphicssystem.so'
        linux-gate.so.1 =>  (0xffffe000)
        libQtOpenGL.so.4 => /usr/lib/libQtOpenGL.so.4 (0xb7731000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb6cab000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb6a2f000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb693f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6920000)
        libc.so.6 => /lib/libc.so.6 (0xb67b5000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb672e000)
        libdl.so.2 => /lib/libdl.so.2 (0xb6729000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0xb6660000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6655000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb6519000)
        libm.so.6 => /lib/libm.so.6 (0xb64ef000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb64d4000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb63ee000)
        libpng14.so.14 => /usr/lib/libpng14.so.14 (0xb63c2000)
        libz.so.1 => /lib/libz.so.1 (0xb63ad000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb6364000)
        libEGL.so.1 => /usr/lib/libEGL.so.1 (0xb6354000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb634b000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb6330000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb6320000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb6316000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb6310000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb6304000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb6300000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb62ca000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb62b7000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb62b1000)
        librt.so.1 => /lib/librt.so.1 (0xb62a7000)
        /lib/ld-linux.so.2 (0xb781f000)
        libnvidia-tls.so.260.19.29 =>
/usr/lib/tls/libnvidia-tls.so.260.19.29 (0xb62a5000)
        libnvidia-glcore.so.260.19.29 =>
/usr/lib/libnvidia-glcore.so.260.19.29 (0xb4bf4000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb4bd3000)
        libpcre.so.0 => /lib/libpcre.so.0 (0xb4ba4000)
        libuuid.so.1 => /lib/libuuid.so.1 (0xb4b9e000)
        libexpat.so.1 => /lib/libexpat.so.1 (0xb4b74000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb4b6f000)


Am 05.01.2011 15:18, schrieb Marco Nolden:
> Hi Benjamin,
>
> I just commited two small fixes for the problem Sascha mentioned and
> for the symlink problem:
>
> http://bugs.mitk.org/show_bug.cgi?id=6482
>
> In general you have to decide whether you want to include Qt in your
> installer or not. To include it you have to use a Qt that is installed
> outside of the system paths (/usr/lib /usr/lib64 etc.). If you do not
> include the system Qt on the target machine will be used. Usually Qt
> maintains very good binary compatibility between versions.
>
> Best
> Marco
>


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
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