免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2834 | 回复: 1
打印 上一主题 下一主题

[Linux] 安装glibc,make install出错,请帮忙看看,多谢 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-04-17 17:32 |只看该作者 |倒序浏览
蓝色是出错的地方,
1.我用su - 登陆重新make install,还是一样
2.chmod 777 iconvconfig修改,重新安装还是一样出错
3.在网上找了一遍也没找到答辩

请高手帮忙看看,谢谢了~~


mv -f /usr/lib64/gconv/ISO_11548-1.so.new /usr/lib64/gconv/ISO_11548-1.so
/usr/bin/install -c /home/cheney/src/iconvdata/MIK.so /usr/lib64/gconv/MIK.so.new
mv -f /usr/lib64/gconv/MIK.so.new /usr/lib64/gconv/MIK.so
/usr/bin/install -c /home/cheney/src/iconvdata/BRF.so /usr/lib64/gconv/BRF.so.new
mv -f /usr/lib64/gconv/BRF.so.new /usr/lib64/gconv/BRF.so
/usr/bin/install -c -m 644 gconv-modules /usr/lib64/gconv/gconv-modules
if test -f "/usr/lib64/gconv/gconv-modules.cache"; then \
           LC_ALL=C LANGUAGE=C \
           /home/cheney/src/elf/ld.so --library-path /home/cheney/src:/home/cheney/src/math:/home/cheney/src/elf:/home/cheney/src/dlfcn:/home/cheney/src/nss:/home/cheney/src/nis:/home/cheney/src/rt:/home/cheney/src/resolv:/home/cheney/src/crypt:/home/cheney/src/nptl \
           /home/cheney/src/iconv/iconvconfig \
             ; \
        fi
/home/cheney/src/iconv/iconvconfig: error while loading shared libraries: /home/cheney/src/iconv/iconvconfig: cannot enable executable stack as shared object requires: Permission denied
make[2]: *** [/usr/lib64/gconv/gconv-modules] Error 127
make[2]: Leaving directory `/home/cheney/src/glibc-2.6.1/iconvdata'
make[1]: *** [iconvdata/subdir_install] Error 2
make[1]: Leaving directory `/home/cheney/src/glibc-2.6.1'
make: *** [install] Error 2


论坛徽章:
0
2 [报告]
发表于 2013-04-17 18:04 |只看该作者
这个问题通过关闭selinux解决了,把/etc/selinux/config修改后disabled,然后重启,make install

但是又出现新的问题


if test -r /usr/include/gnu/stubs-64.h && cmp -s /home/cheney/src/stubs.h /usr/include/gnu/stubs-64.h; \
        then echo 'stubs.h unchanged'; \
        else /usr/bin/install -c -m 644 /home/cheney/src/stubs.h /usr/include/gnu/stubs-64.h; fi
stubs.h unchanged
rm -f /home/cheney/src/stubs.h
/home/cheney/src/elf/sln /home/cheney/src/elf/symlink.list
rm -f /home/cheney/src/elf/symlink.list
rm: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by rm)
make[1]: *** [install-symbolic-link] Error 1
make[1]: Leaving directory `/home/cheney/src/glibc-2.6.1'
make: *** [install] Error 2
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP