LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1102|回复: 0

第六章glibc,32位安装正常,64位make install 出现下面的错误

[复制链接]
发表于 2008-4-5 14:08:29 | 显示全部楼层 |阅读模式
configure 参数:
./glibc-2.5-20061008T1257/configure --prefix=/usr --libdir=/lib64 –disable-profile --enable-add-ons --enable-kernel=2.6.0 –libexecdir=/usr/lib64/glibc

出错信息:
test ! -x /sources/sources/glibc-build/elf/ldconfig || LC_ALL=C LANGUAGE=C \
          /sources/sources/glibc-build/elf/ldconfig  \
                                       /lib64 /lib64
CC="gcc" /usr/bin/perl scripts/test-installation.pl /sources/sources/glibc-build/
Library librtkaio is not correctly installed since the test program
was not linked dynamically against it.
Do you have a file/link librtkaio.so?
The script has found some problems with your installation!
Please read the FAQ and the README file and check the following:
- Did you change the gcc specs file (necessary after upgrading from
  Linux libc5)?
- Are there any symbolic links of the form libXXX.so to old libraries?
  Links like libm.so -> libm.so.5 (where libm.so.5 is an old library) are wrong,
  libm.so should point to the newly installed glibc file - and there should be
  only one such link (check e.g. /lib and /usr/lib)
You should restart this script from your build directory after you've
fixed all problems!
Btw. the script doesn't work if you're installing GNU libc not as your
primary library!

让人抓狂,走那么远,费那么长时间了,还有一个工具链调整就要完成了,不想放弃,在google也查找了好些文档,但是好像不是我这个错误,我在刚chroot的时候按照6.3英文版的作了
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
的符号连接,自己删除了了这些文件,但是在make install时候还是出现一样的毛病,好像和这没关系,崩溃了自己,痛苦。。。。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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