Page 1 of 1

Running KS on Debian

Posted: Wed Jun 17 2015 8:33 pm
by barbara
To run KitchenSink you will need the following information:

Code: Select all

tar xvjf KitchenSink-1.0-debian-x64.tar.bz2
cd KitchenSink-1.0
chmod +x KitchenSink
LD_LIBRARY_PATH=. ./KitchenSink
This is an rpath issue and is currently being addressed.

Re: Running KS on Debian

Posted: Thu Jun 07 2018 8:11 am
by marlowa
Looks like the execute permssion needs to be added when it is built. Then it wouldn't need to be done afterwards, it would just unpack with the correct permissions.

Re: Running KS on Debian

Posted: Thu Jun 07 2018 5:47 pm
by ansel
Looks like the execute permssion needs to be added when it is built. Then it wouldn't need to be done afterwards, it would just unpack with the correct permissions.
It appears that the directions in this thread were out of date. I just checked the current binary packages for KitchenSink, and they all unpack with the execute permission bit set as you would expect.