Hello
Digikam won't start on my computer (running Mandriva linux). I'm unable to diagnose the cause of it. It gives me the following error each time when launching it from the command line: [jos@localhost ~]$ digikam QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work. digikam: symbol lookup error: digikam: undefined symbol: _ZN7Digikam12DProgressDlg25setActionListVSBarVisibleEb and exits. Now, the computer I use at work has the same version of mandriva linux and digikam installed, but here I it runs ! [jos@faba ~]$ digikam QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work. Time elapsed: 13 ms close(46) in netlib_connectsock() Time elapsed: 3 ms Model: Time elapsed: 34 ms TextureColorizer: Time elapsed: 6 ms Time elapsed: 3 ms close(47) in netlib_connectsock() Time elapsed: 3 ms Model: Time elapsed: 8 ms kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_digikamdates.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_digikamalbums.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so klauncher(511)/kio (KLauncher): SlavePool: No communication with slave. kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so QSqlDatabasePrivate::removeDatabase: connection 'thumbnailDatabase-73275248' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-20554160' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'thumbnailDatabase-20554160' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-73275248' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-21513984' is still in use, all queries will cease to work. QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-20933568' is still in use, all queries will cease to work. I've tried to replace the whole .kde4 directory in the home of "localhost" (where it doesn't work) with the one of "faba", but no improvement. Any hints ? Did I secretly install a package on one machine that I didn't install on the other ? Both have the same package of "akonadi", which seemed to be required. Thanks in advance, jos _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
digiKam run fine under Mandriva. I use it everytime as developer.
You error want mean a binary compatibility broken with libdigikam.so sound like a duplicate installl on your system, typically an old digiKam release installed on your system. Gilles Caulier 2010/10/31 Jos Kafer <[hidden email]>: > Hello > > Digikam won't start on my computer (running Mandriva linux). > I'm unable to diagnose the cause of it. It gives me the following error each > time when launching it from the command line: > > [jos@localhost ~]$ digikam > QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in > use, all queries will cease to work. > digikam: symbol lookup error: digikam: undefined symbol: > _ZN7Digikam12DProgressDlg25setActionListVSBarVisibleEb > > and exits. > > Now, the computer I use at work has the same version of mandriva linux and > digikam installed, but here I it runs ! > > [jos@faba ~]$ digikam > QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in > use, all queries will cease to work. > Time elapsed: 13 ms > close(46) in netlib_connectsock() > Time elapsed: 3 ms > Model: Time elapsed: 34 ms > TextureColorizer: Time elapsed: 6 ms > Time elapsed: 3 ms > close(47) in netlib_connectsock() > Time elapsed: 3 ms > Model: Time elapsed: 8 ms > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_digikamdates.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_digikamalbums.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > klauncher(511)/kio (KLauncher): SlavePool: No communication with slave. > > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > kdeinit4: preparing to launch /usr/lib64/kde4/kio_file.so > QSqlDatabasePrivate::removeDatabase: connection 'thumbnailDatabase-73275248' > is still in use, all queries will cease to work. > QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-20554160' > is still in use, all queries will cease to work. > QSqlDatabasePrivate::removeDatabase: connection 'thumbnailDatabase-20554160' > is still in use, all queries will cease to work. > QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-73275248' > is still in use, all queries will cease to work. > QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-21513984' > is still in use, all queries will cease to work. > QSqlDatabasePrivate::removeDatabase: connection 'digikamDatabase-20933568' > is still in use, all queries will cease to work. > > I've tried to replace the whole .kde4 directory in the home of "localhost" > (where it doesn't work) with the one of "faba", but no improvement. > > Any hints ? Did I secretly install a package on one machine that I didn't > install on the other ? Both have the same package of "akonadi", which seemed > to be required. > > Thanks in advance, > jos > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Jos Kafer
Thanks for your answer, Gilles. This was the first time I installed digikam, using the mandriva repositories, so there should be no duplicate install. I didn't find any broken links, I ran "ldd" on all hits of "locate digikam | grep lib" and /usr/bin/digikam itself. However, I decided to reinstall all kde related stuff, because digikam is the only kde program I have installed. And it did work, I still get lots of errors, but at least they don't seem to provoke digikam to crash ! jos Date: Sun, 31 Oct 2010 14:33:31 +0100 _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |