LinuxSir.cn,穿越时空的Linuxsir!

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

谁有inetd.conf

[复制链接]
 楼主| 发表于 2002-12-10 12:49:31 | 显示全部楼层
没有,我当时没有安装IMLIB和GTK+-,只是进行了测试,没有进入X
发表于 2002-12-10 12:58:07 | 显示全部楼层
我记得你的X不是没有问题了么?XF86config又被山了么?

鼠标的问题你看看/dev/下面的mouse是指到哪个设备的。

还有就是 X 配置文件里面是哪个设备。
 楼主| 发表于 2002-12-10 13:00:47 | 显示全部楼层

安装QT-3.0.6出错了

usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libXmu.so, not found
(try using -rpath or -rpath-link)
/usr/X11R6/lib/libXmu.so: undefined reference to `XtDisplayToApplicationContext'/usr/X11R6/lib/libXmu.so: undefined reference to `XtWarningMsg'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtGetConstraintResourceList'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtGetApplicationResources'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtErrorMsg'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtGetValues'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtOwnSelection'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtCallConverter'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtFree'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtCalloc'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtIsManaged'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtWarning'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtConvertAndStore'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtMalloc'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtAppWarning'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtStringConversionWarning'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtDisplayStringConversionWarning'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtAppSetWarningMsgHandler'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtAppSetTypeConverter'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtGetSelectionValue'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtWindowOfObject'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtCvtStringToFont'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtDestroyWidget'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtName'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtAppWarningMsg'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtGetResourceList'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtResolvePathname'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtRealloc'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtVaSetValues'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtCreateWidget'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtTranslateCoords'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtWidgetToApplicationContext'
/usr/X11R6/lib/libXmu.so: undefined reference to `XtScreenDatabase'
collect2: ld returned 1 exit status
make[4]: *** [../../../bin/uic] Error 1
make[4]: Leaving directory `/lcvs/qt-x11-free-3.0.6/tools/designer/uic'
make[3]: *** [sub-uic] Error 2
make[3]: Leaving directory `/lcvs/qt-x11-free-3.0.6/tools/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory `/lcvs/qt-x11-free-3.0.6/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory `/lcvs/qt-x11-free-3.0.6'
make: *** [init] Error 2
发表于 2002-12-10 13:06:47 | 显示全部楼层
你ls一下那个目录里面的libXmu*
把那个文件作联接到libXmu.so.6.2上面
 楼主| 发表于 2002-12-10 13:26:12 | 显示全部楼层

你说的是哪个?

root@Hong lib]# ls libXmu*
libXmu.a   libXmu.so.6    libXmuu.a   libXmuu.so.1
libXmu.so  libXmu.so.6.2  libXmuu.so  libXmuu.so.1.0
发表于 2002-12-10 13:40:40 | 显示全部楼层
usr/bin/ld: warning: libXt.so.6, needed by /usr/X11R6/lib/libXmu.so, not found
(try using -rpath or -rpath-link)

我说错了。应该创建一个libXt.so.6联接到
lrwxrwxrwx    1 root     root           12 11月 24 02:03 libXt.so.6 -> libXt.so.6.0
这样。

因为你少的是Xt的那个lib
 楼主| 发表于 2002-12-10 13:54:38 | 显示全部楼层

哦?

root@Hong root]# cd /lfs/usr/X11R6/lib
[root@Hong lib]# ls -l libXmu*
-rw-r--r--    1 root     root       128730 12月 10 10:48 libXmu.a
lrwxrwxrwx    1 root     root           13 12月 10 10:48 libXmu.so -> libXmu.so.6.2
lrwxrwxrwx    1 root     root           13 12月 10 10:48 libXmu.so.6 -> libXmu.so.6.2
-rwxr-xr-x    1 root     root       108841 12月 10 10:48 libXmu.so.6.2
-rw-r--r--    1 root     root        11256 12月 10 10:48 libXmuu.a
lrwxrwxrwx    1 root     root           14 12月 10 10:48 libXmuu.so -> libXmuu.so.1.0
lrwxrwxrwx    1 root     root           14 12月 10 10:48 libXmuu.so.1 -> libXmuu.so.1.0
-rwxr-xr-x    1 root     root        14241 12月 10 10:48 libXmuu.so.1.0
[root@Hong lib]#
发表于 2002-12-10 16:49:04 | 显示全部楼层
我编译了N次qt,没出过这样的问题啊,你是不是有什么东西还没装好?
 楼主| 发表于 2002-12-10 17:00:17 | 显示全部楼层
可能与XF86有关,我安装了QT失败后,想进入X,说出了错,想用XF86CONFIG调整也不能,现在重新安装XF86
发表于 2002-12-10 17:18:50 | 显示全部楼层

不明白

xfree86可能与qt撤不上关系吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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