LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: hmglll

ORBit的问题

[复制链接]
发表于 2002-12-16 11:29:21 | 显示全部楼层
这是什么东东?是man-page么?
 楼主| 发表于 2002-12-16 12:20:36 | 显示全部楼层

这是安装libglade-2.0.1时的依赖与利用关系:

The libglade package contains libglade libraries. This is useful for loading glade interface files in a program at runtime.

libglade depends on:
libxml2-2.4.26 and GTK+2-2.0.6
libglade will utilize:
Python-2.2.2 if compiled utilizing expat.

If you have not installed GTK-2.0.6 or if you want libglade-1 in addition to libglade-2, then install libglade-0.17 using --prefix=/usr.:

libglade-0.17 depends on:
libxml-1.8.17 and GTK+-1.2.10
libglade-0.17 will utilize:
gnome-libs-1.4.2 and Python-2.2.2 if compiled utilizing expat.
 楼主| 发表于 2002-12-16 12:22:22 | 显示全部楼层
我试了改了/etc/ld.so.conf (用你的帖子),然后LDCONFIG,再去安装GNOME-1.4,但还是不行
发表于 2002-12-16 12:25:20 | 显示全部楼层
还是老话,把1-5步的结果贴出来看看吧?
 楼主| 发表于 2002-12-16 12:48:11 | 显示全部楼层

好像还是一样,这人$PATH没有定义过,应该在/etc/profile文件里定义吧

gnome-libs-1.4.2/gnome-libs.spec
[root@/cvs]# echo $PATH
/usr/local/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/qt/bin:/root/bin:/usr/X11R6/bin:/opt/qt/bin
[root@/cvs]# cat /etc/ld.so.conf
# Begin /etc/ld.so.conf

/usr/lib
/usr/local/lib
/opt/lib
/usr/X11R6/lib
/opt/gnome/lib
/opt/gnome2/lib
[root@/cvs]# rm -rf /etc/ld.so.cache
[root@/cvs]# ldconfig
[root@/cvs]# echo $PATH
/usr/local/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/qt/bin:/root/bin:/usr/X11R6/bin:/opt/qt/bin


# End /etc/ld.so.conf
# Begin qt addition to /etc/ld.so.conf
/opt/qt/lib
# End qt addition
 楼主| 发表于 2002-12-16 12:55:12 | 显示全部楼层

另外,我安装RXTV时它出了下列提示,但我在config.h文件里没有找到(好笨)

The following are set in config.h

  multichar glyph languages:  yes
  pty/tty type:               GLIBC
  utmp support:               enabled
  utmp file:                  /var/run/utmp
  utmpx file:
  wtmp file:                  /var/log/wtmp
  wtmpx file:
  lastlog file:               /var/log/lastlog
  ttys/ttytab file:
全靠你了
发表于 2002-12-16 13:07:54 | 显示全部楼层
gnome的问题:要在/etc/profile里定义一下路径,再重新登陆。
在/etc/profile里最后加一句:
export PATH=$PATH:/opt/gnome/bin:/opt/gonme2/bin
rxvt的问题:要把utmp给disable掉,我上次的文章把u打成n了:
安装方法:
./configure --enable-languages --enable-everything \ -with-encodings=gb --disable-utmp
make
(中间还有一步,我觉得没什么用,是一个它带的钟,如果你要装,就:make clock)
make install
在装好了以后,进入你的/usr/local/bin里,建立一个软链接,因为它的执行文件是rxvt-2.7.9:
ln -s rxvt-2.7.9 rxvt
最后,在你的用户目录下建立一个 .Xresources文件,内容如下:
[tram@~]$ cat .Xresources
Rxvt*background: black
Rxvt*foreground: gray
Rxvt*multichar_encoding: gb
Rxvt*saveLines: 1000
Rxvt*title: Rock eXtreme VT
Rxvt*font: 8x16
[好了,把xterm甩了吧!
 楼主| 发表于 2002-12-16 14:22:43 | 显示全部楼层
多谢兄弟了
 楼主| 发表于 2002-12-16 15:00:02 | 显示全部楼层

安培GNOME出错了

这次它没有说ORBIT有错了,当我正高兴时,它好像安装不成功!怎么办
/bin/install:cannot stat './html/imdex.sgml': No such file or directory
make[3]: *** [install-data-locall] Error 1
make[3]: Leaving directory `/cvs/gnome-libs-1.4.2/libart_Igpl/doc'
make[2]: *** [install-aml] Error 2
make[2]: Leaving directory `/cvs/gnome-libs-1.4.2 /libart_lgpl/doc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/cvs/gnome-libs-1.4.2 /libart_lgpl'
make[1]: *** [install-recursive] Error 1
发表于 2002-12-16 15:10:53 | 显示全部楼层
这就是安装gtk-doc的原因,如果你安装了gtk-doc,就要安装 sgml-common,doc-book-dtd,就是那些很烦人的doc-book hint里的内容。你看看gnome-libs的库文件装上没,装上的话,就不管它了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表