大家在8.10上运行kscope有没有报错啊?

由本社区发起的开源项目
回复
papaya
帖子: 8
注册时间: 2008-11-01 21:16

大家在8.10上运行kscope有没有报错啊?

#1

帖子 papaya » 2008-11-01 21:54

刚装好的8.10上运行kscope时总报kscope: error while loading shared libraries: libkateinterfaces.so.0: cannot open shared object file: No such file or directory,在/usr/lib自己建了个连接,它又报找不到libkateutils.so.0。不知大家有没有遇到这种情况,我查了好久都没找到办法解决,望高手指点。 :em01
jqkace
帖子: 32
注册时间: 2007-07-16 13:41

Re: 大家在8.10上运行kscope有没有报错啊?

#2

帖子 jqkace » 2008-11-02 14:33


一开始是没有libkateinterfaces.so.0,然后又没有libkateutils.so.0
mimel
帖子: 37
注册时间: 2007-11-30 12:56

Re: 大家在8.10上运行kscope有没有报错啊?

#3

帖子 mimel » 2008-11-03 0:23

转自:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493192 的解决方案:

The issue can't be fixed in kscope itself as it needs some library provided by
kate3 and not kate4, and no kde4 version of kscope has been released yet.

As a temporary solution, you can extract the libkateinterfaces.so.0.0.0 from a
kate3 debian package and put it in /usr/local/lib as all its deps are provided
by kdelibs4c2a.

If you use i386, you can do the following (as root) :
cd /tmp
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
cp usr/lib/libkateinterfaces.so.0.0.0 /usr/local/lib
ldconfig

libkateutils.so.0也照上面的方法拷贝过去。

ubuntu8.10下验证通过,可顺利运行kscope
papaya
帖子: 8
注册时间: 2008-11-01 21:16

Re: 大家在8.10上运行kscope有没有报错啊?

#4

帖子 papaya » 2008-11-03 1:41

楼上的大侠很强,试过了,问题解决,多谢,多谢!
wuhua0904
帖子: 16
注册时间: 2007-10-29 23:20
来自: 浙江宁波
联系:

Re: 大家在8.10上运行kscope有没有报错啊?

#5

帖子 wuhua0904 » 2008-11-03 13:40

我装也,也是运行不了。
8.04下都能正常运行的
wuhua0904
帖子: 16
注册时间: 2007-10-29 23:20
来自: 浙江宁波
联系:

Re: 大家在8.10上运行kscope有没有报错啊?

#6

帖子 wuhua0904 » 2008-11-03 14:09

试了,我的KSCOPE跟本没反应
orion_lee
帖子: 3
注册时间: 2008-04-08 18:37

Re: 大家在8.10上运行kscope有没有报错啊?

#7

帖子 orion_lee » 2008-11-10 22:53

多谢mimel,能够跑了!
jimmyxtf
帖子: 3
注册时间: 2008-11-21 8:33

Re: 大家在8.10上运行kscope有没有报错啊?

#8

帖子 jimmyxtf » 2008-11-21 8:35

我也遇到同样的问题了,按照3楼的方法解决了,谢谢! :em02
doomduke
帖子: 1
注册时间: 2008-12-19 14:09

Re: 大家在8.10上运行kscope有没有报错啊?

#9

帖子 doomduke » 2008-12-19 14:13

我也是按照3楼的方法作的,但是重启的时候x无法启动,在root用户下就可以启动。
望高手指点,谢谢!
webnoise
帖子: 12
注册时间: 2008-01-18 9:29

Re: 大家在8.10上运行kscope有没有报错啊?

#10

帖子 webnoise » 2009-01-10 9:43

系统重启之后X无法启动呀!
请问如何解决????
不会搞得要重装系统吧?
//--------------------------------已经解决了。
不知道是否是kscope的影响。
后来仔细查看了session log
发现错误出现在
mkdtemp:private socket dir: permission denied
CTRL+ALT+F1切换到命令行模式sudo chmod 777 /tmp就可以了
yannzi
帖子: 5
注册时间: 2009-02-07 14:56

Re: 大家在8.10上运行kscope有没有报错啊?

#11

帖子 yannzi » 2009-02-07 14:58

查找时候出现Failed to start process,
请问能解决吗?
是发生什么事了?
xueyeer
帖子: 2
注册时间: 2009-01-21 21:51

Re: 大家在8.10上运行kscope有没有报错啊?

#12

帖子 xueyeer » 2009-02-25 9:48

我朋友用8.04的版本安装kscope后运行都正常,我用的是8.10的版本安装后无法运行kscope,按照mimel的方法无法下载kate_3.5.9.dfsg.1-5_i386.deb,后来发现是kate_3.5.9.dfsg.1-5_i386.deb这个已经没有了,我就下载了kate_3.5.9.dfsg.1-6_i386.deb就可以,下面是我的按照方法:
If you use i386, you can do the following (as root) :
cd /tmp
wget ftp.debian.org/debian/pool/main/k/kdebase/kate_3.5.9.dfsg.1-6_i386.deb
ar x kate_3.5.9.dfsg.1-6_i386.deb
tar xzf data.tar.gz
cp usr/lib/libkateinterfaces.so.0.0.0 /usr/local/lib/libkateinterfaces.so.0
cp usr/lib/libkateutils.so.0 /usr/local/lib/libkateutils.so.0
ldconfig

这样设置后在终端里运行kscope时会提示xserver无法运行,然后在按照webnoise 提供的方法:
CTRL+ALT+F1切换到命令行模式sudo chmod 777 /tmp就可以了

感谢各位提供的信息!
头像
shecenon
帖子: 42
注册时间: 2007-10-15 18:54

Re: 大家在8.10上运行kscope有没有报错啊?

#13

帖子 shecenon » 2009-03-08 22:55

我也碰到了这个问题, 试试!
回复