+ -
当前位置:首页 → 问答吧 → 第六章glibc,32位安装正常,64位make install 出现下面的错误

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

时间:2008-04-05

来源:互联网

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时候还是出现一样的毛病,好像和这没关系,崩溃了自己,痛苦。。。。。。

作者: peng2v   发布时间: 2008-04-05