Version: 0.9.0 (using KDE KDE 3.5.4) Installed from: SuSE RPMs Compiler: gcc version 3.3.4 on x86_64 OS: Linux On my "old" suse box I could not compile digikam (libpng too old), so i've installed an updated release of libpng: ./configure --prefix=/usr/local --libdir=/usr/local/lib64/ --mandir=/usr/local/man/ --with-libpng-compat=no make && make install old libpng release (mandatory....) is installed in /usr/lib64/ digikam compiles without errors with: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig/ make -f Makefile.cvs ./configure --with-qt-dir=/usr/lib64/qt3/ --with-qt-includes=/usr/lib64/qt3/include --with-qt-libraries=/usr/lib64/qt3/lib64/ --enable-mt --prefix=/opt/kde3/ --enable-libsuffix=64 --with-extra-libs=/usr/local/lib64/ --with-png-dir=/usr/local/lib64/ --with-png-includes=/usr/local/include/ make && make install digikam starts without either splash screen or toolbar icons, so I guess it does not call correct release of libpng ldd /opt/kde3/bin/digikam | grep -i libpng libpng12.so.0 => /usr/local/lib64/libpng12.so.0 (0x00002b947121f000) <- this one seems Ok libpng.so.3 => /usr/lib64/libpng.so.3 (0x00002b94733f8000) <- this one is undoubtely not Ok
...sorry, source is tar.gz NOT RPMs
Have a look at http://www.digikam.org/?q=download/svn in particular the script start_digikam.sh where the necessary paths are set. This might cure the problem.Otherwise go through the steps given under "Install digiKam in your Home Directory". Please report back about success/failure, I am optimistic that this bug can be closed quickly...
That ldd lists libpng is twice does not necessarily mean that digikam itself links against 2 libpng version. ldd lists share libs needed by digikam and the share libs (recursively). Please try objdump -p /your/path/to/digikam | grep NEEDED | grep libpng objdump -p /your/path/to/lib/libdigikam.so | grep NEEDED | grep libpng If the libpng.so.3 is not listed, I suspect that one of the libraries listed as NEEDED is linked against the old libpng. rebuild it with the new png library. Achim
gio_ors_67, please give an update on this bug (Digikam 0.9.2 is out). Thanks a lot in advance, Arnd
Without further feedback, nothing can be done here. Therefore closing this bug. Don't hesitate to re-open with updated information. Best, Arnd