Page 1 of 1

kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 01:17
by rnport
Ksnapshot is not working on my porteus v09, 32bit. If run from commandline it is asking for libkio.so.5. I checked from slax site that this is found in Kdelibs 4.1, kde 4.2.1 part 3-9, kdelibs-4.3.4 ; these are apparently kde4 modules. Please help.

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 12:04
by crashman
@rnport
All power is allocate to Porteus-v1, please download latest v1.0-RC1 version !!

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 12:13
by beny
32 bit run trinity not kde 4.6.3 you don't run kde application into trinity environment that is kde 3.5.12

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 13:12
by rnport
I will download rc1. Please confirm that following is the link:

http://www.ponce.cc/porteus/i486/testin ... c1-x86.iso

on page: http://porteus.org/distro-download/down ... 2-bit.html

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 13:30
by brokenman
That is the correct link.

If you have /usr/lib/libkio.so.4.2.0 available then just link your required library against this. It should work fine.

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 16:48
by rnport
Please tell me the exact steps for linking /usr/lib/libkio.so.4.2.0

Re: kSnapshot asking for libkio.so.5

Posted: 15 May 2011, 22:53
by Ahau
cd /usr/lib
ls | grep libkio

To see what version, if any, you have already, then

ln -s libkio.so.4.2.0 libkio.so.5

I'm going from memory here, so if you try that and it says the file already exists, just swap the order:

ln -s libkio.so.5 libkio.so.4.2.0

Re: kSnapshot asking for libkio.so.5

Posted: 16 May 2011, 14:05
by brokenman
That is correct

cd /usr/lib
ln -s libkio.so.4.2.0 libkio.so.5


ln : make a link
-s : make it a symbolic (soft) link
libkio.so.4.2.0 the place you want to link to
libkio.so.5 the name of the link you will create

Re: kSnapshot asking for libkio.so.5

Posted: 26 May 2011, 02:15
by rnport
I had reinstalled porteus v1rc1. Now ksnapshot is giving this message:

ksnapshot: symbol lookup error: ksnapshot: undefined symbol: _ZN7KDialog16staticMetaObjectE

Please help. Ksnapshot is important. Or else suggest another screencapture program.

Re: kSnapshot asking for libkio.so.5

Posted: 26 May 2011, 05:32
by Ahau
I checked kSnapshot on my install of 32-bit V1RC1, and it seems to be working normally. Try the following:

1) Boot into 'Always Fresh' mode, to see if your problem resides in your saved changes
If you still receive the error,
2) Rename your /porteus/modules folder to something else (e.g. /porteus/tempmods), so that none of the modules you've added are loaded at startup

Hopefully your problem is in saved changes or a conflict with some module you've installed. If not, then you might have a corrupted ISO (did you check the md5sum when you downloaded it?). If you've been putting things in rootcopy or magic folders, you might want to try not loading those, too.

I'm working on a doc for debugging issues with previously working installations -- your feedback on these instructions will be useful.

Thanks!

Re: kSnapshot asking for libkio.so.5

Posted: 27 May 2011, 05:52
by rnport
Thanks. I will try these steps.

Posted after 18 hours 9 minutes 9 seconds:
Ksnapshot works all right after removing modules. I had earlier transferred all modules from slax and converted them in one go to xzm by "lzm2xzm ." ; I will have to add modules few at a time probably.