Hi all,
I recently got problems compiling the 0.9.5 development version of digikam. (Compiling the 0.10svn version workes fine). During make in the libs directory, I get [...] grep: /usr/lib/libkmime.la: No such file or directory /bin/sed: can't read /usr/lib/libkmime.la: No such file or directory libtool: link: `/usr/lib/libkmime.la' is not a valid libtool archive make[3]: *** [kipiplugin_calendar.la] Fehler 1 make[3]: Verlasse Verzeichnis '/home/gandalf/down/svn/kde3/libs/kipi- plugins/calendar' [...] I checked that on my system, there apparantly exists no file called libkmime.la. However, I have libkmime.so.2 and libkmime.so.2.2.0 in /usr/lib. Make however works fine for digikam itself, I just don't know what I'm missing because of the above error. Any suggestions? Best, Gandalf _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I have two versions of libkmime on my system, one in /usr/lib and the other
in /opt/kde. KDE3: /opt/kde KDE4: /usr/lib I guess this is true for you, too (not that the KDE3 path is /opt/kde, but something similar). You have to make sure that the KDE3 path comes before the KDE4 path in the $PATH env var like this: export PATH="/opt/kde":$PATH Now it should find the correct lib. Andi _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Oops sorry this was wrong...
change > export PATH="/opt/kde":$PATH to export LD_LIBRARY_PATH="/opt/kde":$LD_LIBRARY_PATH or whatever your KDE3 dir is. Also make sure that KDEDIR env var is set correctly and also try this: export KDEDIRS=$KDEDIR:/"your_KDE4_path" Andi On Tuesday 02 September 2008 09:40:21 Andi Clemens wrote: > I have two versions of libkmime on my system, one in /usr/lib and the other > in /opt/kde. > > KDE3: /opt/kde > KDE4: /usr/lib > > I guess this is true for you, too (not that the KDE3 path is /opt/kde, but > something similar). You have to make sure that the KDE3 path comes before > the KDE4 path in the $PATH env var like this: > > export PATH="/opt/kde":$PATH > > Now it should find the correct lib. > > Andi > _______________________________________________ > 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 |
Damn stupid typos... :-)
On Tuesday 02 September 2008 09:45:48 Andi Clemens wrote: > Oops sorry this was wrong... > > change > > > export PATH="/opt/kde":$PATH > > to > > export LD_LIBRARY_PATH="/opt/kde":$LD_LIBRARY_PATH > > or whatever your KDE3 dir is. > Also make sure that KDEDIR env var is set correctly and also try this: > > export KDEDIRS=$KDEDIR:/"your_KDE4_path" export KDEDIRS=$KDEDIR:"/your_KDE4_path" Andi _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |