[Digikam-devel] Digikam runtime error: couldn't create slave: "Unable to create io-slave:

Stephen Greenwalt stephengreenwalt at gmail.com
Fri May 31 11:04:41 BST 2013


This happens when Digikam can't find its library files.  When you compiled
from source, your cmake command looked something like this:

*cmake -DCMAKE_BUILD_TYPE=debugfull
-DCMAKE_INSTALL_PREFIX=`{install-to-folder}`
-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on ..*

If {install-to-folder} had been in the Linux library path (like '/usr' or
'/usr/local'), then Digikam would have installed binaries to '/usr/bin',
libraries to '/usr/lib', app launching stuff to '/usr/share'.  Everything
would have worked.

To fix this:

Open a terminal, and go to the folder you specified in cmake.  There you
should see subfolders like 'bin', 'lib', and 'share'.  Then type something
like:

*cp -r * /usr*
/or/
*cp -r * /usr/local*
/or/
*cp -r * {/some other path that IS in your Linux library search path/}*

The best target path might vary depending on what type of Linux you are
running.





--
View this message in context: http://digikam.1695700.n4.nabble.com/Digikam-runtime-error-couldn-t-create-slave-Unable-to-create-io-slave-tp4660729p4664049.html
Sent from the digikam-devel mailing list archive at Nabble.com.



More information about the Digikam-devel mailing list