Hi Benjamin, looks hard to diagnose... maybe you have mixed Qt versions? Can you post the values of the QT_* CMake variables in your <mitk-binary-dir>/CMakeCache.txt file, and what is the output of:
"ldd <mitk-binary-dir>/bin/libQmitkExt.so" ? Best, Sascha On 12/22/2010 01:58 PM, Benjamin Kurz wrote: > Dear MITK team, > > I managed to build MITK, but unfortunately I have the following errors > when trying to deploy the application using "make package": > > ldd: warning: you do not have execution permission for > `/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/imageformats/libqtiff.so' > ldd: warning: you do not have execution permission for > `/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/codecs/libqcncodecs.so' > ldd: warning: you do not have execution permission for > `/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/sqldrivers/libqsqlmysql.so' > ldd: warning: you do not have execution permission for > `/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/designer/libqt3supportwidgets.so' > warning: target > '/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_webkit.so' > does not exist... > ldd: > /home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_webkit.so: > Datei oder Verzeichnis nicht gefunden > warning: target > '/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_xml.so' > does not exist... > ldd: > /home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_xml.so: > Datei oder Verzeichnis nicht gefunden > warning: target > '/home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_uitools.so' > does not exist... > ldd: > /home/polyseg/BUILD_POLYSEG/_CPack_Packages/Linux/TGZ/MITK-0.15.1-Linux/bin/plugins/script/libqtscript_uitools.so: > Datei oder Verzeichnis nicht gefunden > > > These are just some of the errors. Many more libraries are not found or > have permission problems. > First I tried to do "make package" as normal user. Due to the hint of > permission problems, I tried doing it as root, but the same errors occurred. > > I set CMAKE_BUILD_TYPE to "Release" and MITK_INSTALL_RPATH_RELATIVE to > on, as describe on the deployment page. > I'm using openSuse 11.3 32-bit, gcc 4.5.0, make 3.81. > > I am relatively new to MITK, so please let me know, if you need any more > information. > > Thanks, > Benjamin > > > > > > ------------------------------------------------------------------------------ > Forrester recently released a report on the Return on Investment (ROI) of > Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even > within 7 months. Over 3 million businesses have gone Google with Google Apps: > an online email calendar, and document program that's accessible from your > browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
