Bug 272569

Summary: Crashing in start
Product: [Applications] digikam Reporter: deneor <deneor>
Component: Plugin-DImg-RAWAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: crash CC: caulier.gilles
Priority: NOR    
Version: 2.0.0   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.0

Description deneor 2011-05-05 21:54:51 UTC
Version:           2.0.0 (using KDE 4.6.2) 
OS:                Linux

~$ digikam -v
Qt: 4.7.2
KDE: 4.6.2 (4.6.2)
digiKam: 2.0.0-beta5

~$ digikam
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work.

(<unknown>:32238): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
digikam: symbol lookup error: digikam: undefined symbol: _ZN11KDcrawIface12RExpanderBox12readSettingsER12KConfigGroup

Reproducible: Always
Comment 1 Michael G. Hansen 2011-05-05 22:41:10 UTC
Hi deneor,

the line

digikam: symbol lookup error: digikam: undefined symbol:
_ZN11KDcrawIface12RExpanderBox12readSettingsER12KConfigGroup

indicates a version conflict between the libkdcraw used during building and the actual library which is found on startup. Which libkdcraw versions do you have installed on your system? Did you compile digikam on your own or do you use some ready-made packages?

Michael
Comment 2 deneor 2011-05-05 22:59:40 UTC
Thank you, after reinstalling libkdcraw it's starting good! =)
Before that was installed libkdcraw from maverick (i'am from natty).
Digikam installed from Phillip's ppa.