Please tell me how to compile digikam with exiv2 and kdcraw libraries

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Please tell me how to compile digikam with exiv2 and kdcraw libraries

Jens Müller-10
>Given the process the ioslaves are started (protocol of URL -> lookup in
>.desktop file -> starting of slave by kdeinit) I dont know how you could
>install different ioslaves for a KDE installation. There may be a way to
>always start the newly installed ioslaves, possibly by restarting kdeinit or
>telling it in any other way to look in a different directory as well.

@Marcel
Switching environment is done with a little script (see
http://www.digikam.org/drupal/download?q=download/SvnAlongStable). This is
working for me on kubuntu 10.04 32bit, tested with and without parallel
installed distro version (digikam 1.2).
Simon (also on this list) has reported a working config (64bit) and one which
don't (32bit), but I don't remember on which distro (gentoo I though).

@Marty
Did you try to replace the accordingly two lines in env_svn.sh script with:

# export LD_LIBRARY_PATH="$DIGIKAMDEST/lib:$DIGIKAMDEST/lib64/kde4:
$DIGIKAMDEST/lib64:$LD_LIBRARY_PATH"
# export LDPATH="$DIGIKAMDEST/lib:$DIGIKAMDEST/lib64/kde4:$DIGIKAMDEST/lib64:
$LD_LIBRARY_PATH"

Jens
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Please tell me how to compile digikam with exiv2 and kdcraw libraries

Martin Klapetek


On Thu, May 20, 2010 at 19:29, Jens Müller <[hidden email]> wrote:

@Marty
Did you try to replace the accordingly two lines in env_svn.sh script with:

# export LD_LIBRARY_PATH="$DIGIKAMDEST/lib:$DIGIKAMDEST/lib64/kde4:
$DIGIKAMDEST/lib64:$LD_LIBRARY_PATH"
# export LDPATH="$DIGIKAMDEST/lib:$DIGIKAMDEST/lib64/kde4:$DIGIKAMDEST/lib64:
$LD_LIBRARY_PATH"

Jens

Yeah, that was first thing I did (I also wrote it two days ago already ;) I also tried to link those compiled & installed libs into /usr/lib64/kde4 where are the distro digiKam libs. But running the compiled digiKam without the switching script does not work either, which I guess it should be able to pick up the system libs. I suspect some linker problem here...

Marty

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel