[Digikam-devel] [Bug 140033] New: digikam and two release of libpng --- linker issue?

gio_ors_67 sgarrupat73 at libero.it
Sat Jan 13 20:29:52 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140033         
           Summary: digikam and two release of libpng --- linker issue?
           Product: digikam
           Version: 0.9.0
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: sgarrupat73 libero it


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



More information about the Digikam-devel mailing list