[Bug 295900] Re: kscope launch error

Darren darrenrjenkins at gmail.com
Thu Nov 27 11:35:02 UTC 2008


ok had 
"kscope: error while loading shared libraries: libkateinterfaces.so.0: cannot open shared object file: No such file or directory"

then did

wget ftp.debian.org/debian/pool/main/k/kdebase/kate_3.5.9.dfsg.1-5_i386.deb
ar x kate_3.5.9.dfsg.1-5_i386.deb
tar xzf data.tar.gz
sudo cp usr/lib/libkateinterfaces.so.0.0.0 /usr/local/lib
sudo ldconfig

then got
"kscope: error while loading shared libraries: libkateutils.so.0: cannot open shared object file: No such file or directory"

So added step

wget ftp.debian.org/debian/pool/main/k/kdebase/kate_3.5.9.dfsg.1-5_i386.deb
ar x kate_3.5.9.dfsg.1-5_i386.deb
tar xzf data.tar.gz
sudo cp usr/lib/libkateinterfaces.so.0.0.0 /usr/local/lib
sudo cp usr/lib/libkateutils.so.0 /usr/local/lib
sudo ldconfig

Now kscope launches ok

-- 
kscope launch error
https://bugs.launchpad.net/bugs/295900
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list