Summary: | Howto build digikam under 64bit | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Seb <sstoeckl> |
Component: | Portability-Cmake | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.1.0 | |
Sentry Crash Report: | |||
Attachments: |
Errors in shell after starting digikam
Extract of .xsession-errors (there's a lot going on in there) |
Description
Seb
2010-07-27 11:55:23 UTC
After starting digikam have a look into your .xsession-errors and paste the messages here. Created attachment 49526 [details]
Errors in shell after starting digikam
Created attachment 49527 [details]
Extract of .xsession-errors (there's a lot going on in there)
There must be something wrong with your installation: "Could not find 'kio_digikamalbums' executable." can you find this file in your computer? Where is it? xyz:~$ locate kio_digikamalbums /usr/local/lib/kde4/kio_digikamalbums.so and xyz:~$ ls -lh /usr/local/lib/kde4/kio_* -rw-r--r-- 1 root root 448K 2010-07-27 12:47 /usr/local/lib/kde4/kio_digikamalbums.so -rw-r--r-- 1 root root 343K 2010-07-27 12:50 /usr/local/lib/kde4/kio_digikamdates.so -rw-r--r-- 1 root root 370K 2010-07-27 12:50 /usr/local/lib/kde4/kio_digikamsearch.so -rw-r--r-- 1 root root 342K 2010-07-27 12:50 /usr/local/lib/kde4/kio_digikamtags.so I'd suspect that kio is searching for those files in folders called lib64 on your system. But that's only a guess. Also try to set the LD_LIBRARY_PATH to the folder containing kio_digikamalbums.so as a try. I now set: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ; export LD_LIBRARY_PATH Correct? But that should automatically be done by the env_svn.sh-script. It still does not work. That libraries must be correctly linked was also my guess. But how? Could it be due to this dbus-error: QStringList Solid::Backends::KUPnP::KUPnPManager::findDeviceByDeviceInterface(Solid::DeviceInterface::Type) error: "org.freedesktop.DBus.Error.ServiceUnknown" ? Probably my system is seriously damaged? I don't use that script... But everything so far looks ok. I got no idea whats going wrong. I'm also using digikam on 64 bits without problems. The difference is that I install it in the main kde prefix /usr, but in general it should be possible to install it anywhere else. That solid error looks unrelated to me. What you could try to change is the order of link paths, so first /usr/local/lib and then the old ones. Seb, This entry still valid ? Gilles Caulier Seb, This entry still valid using digiKam 3.x serie ? Gilles Caulier New digiKam 4.11.0 is available : https://www.digikam.org/node/740 Can you reproduce the problem with this release ? With digiKam 5.0.0, there is all instruction to compile digiKam in source code documention Gilles Caulier |