|
|
我在基本LFS6.1.3上完全按照blfs6.1根据dependence进行了如下选择安装:
jpegsrc -> expat -> lcms ->libpng -> freetype -> fontconfig -> X11R6.8.2
运行mv ~/xorg.conf.new /etc/X11/xorg.conf测试时正常显示出灰色窗口和X型鼠标光标。
然后
cat > ~/.xinitrc << "EOF"
# Begin .xinitrc file
xterm -g 80x40+0+0 &
xclock -g 100x100-0+0 &
twm
EOF
startx
却出现如下提示:
xauth: error while loading shared libraries: libXmuu.so.1: cannot open
shared object file: No such file or directory
xauth: error while loading shared libraries: libXmuu.so.1: cannot open
shared object file: No such file or directory
xauth: error while loading shared libraries: libXmuu.so.1: cannot open
shared object file: No such file or directory
xauth: error while loading shared libraries: libXmuu.so.1: cannot open
shared object file: No such file or directory
xinit: error while loading shared libraries: libX11.so.6: cannot open
shared object file: No such file or directory
xauth: error while loading shared libraries: libXmuu.so.1: cannot open
shared object file: No such file or directory
不知为什么? |
|