[Digikam-devel] Install in /home borked - what did I do wrong?

Thorsten Schnebeck thorsten.schnebeck at gmx.net
Tue Apr 25 22:02:46 BST 2006


Am Dienstag 25 April 2006 21:49 schrieb Sebastian Röder:
> I have updated my startscript and added some "feetback" - the new script
> looks like this:
>
> #!/bin/bash
> # A little wrapper script to start the latest digikam testbuild
>
> add_root=/home/sero/kde_svn/testbuilds/digikam_trunk
> export KDEDIRS="${KDEDIRS}:$add_root"
> echo "Adjusted KDEDIRS: ${KDEDIRS}"
> export PATH="${PATH}:$add_root/bin"
> echo "Adjusted PATH: ${PATH}"
> #kbuildsycoca
> digikam
>
>

I miss an
export LDPATH="$/add_root/lib:$LDPATH
in your script and you should put your path on top of the searchlist otherwise 
digiKam in system dirs will be used. So better use
export PATH="$add_root/bin:${PATH}"

HTH

  Thorsten




More information about the Digikam-devel mailing list