Questions tagged «glibc»



1
以百分之6.6升级glibc
我的服务器正在使用 glibc-2.12.x. 当我安装某些软件包时,它会给出错误。找不到依赖项 glibc-2.14 或以上是必需的。当我尝试使用时 yum install glibc* 它说服务器已经安装了最新版本。 我怎样才能升级到 glibc-2.14 或更多使用yum更新程序? 使用也有任何问题 glibc-2.14 没有更新centos 6.6到7。 谢谢, 维韦克。
4 linux  yum  centos-6  glibc 

2
ubuntu 11.10需要libc.so.6()(64位)
我正在尝试在Ubuntu 11.10(64位)上为vPostgres(vmware的postgres版本)安装odbc驱动程序。 我已经下载了安装程序的rpm文件(64位),当我尝试使用以下命令安装rpm时: rpm -ivh Vmware-vPostgres-client.rpm,它显示了这个错误: error: Failed dependencies: libc.so.6()(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libc.so.6(GLIBC_2.2.5)(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libc.so.6(GLIBC_2.3)(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libc.so.6(GLIBC_2.3.3)(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libdl.so.2()(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libdl.so.2(GLIBC_2.2.5)(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libpthread.so.0()(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by VMware-vPostgres-client-1.0.1.1145-532311.x86_64 libresolv.so.2()(64bit) …
2 ubuntu  glibc 

0
您可以使用自定义glibc运行程序吗?[关闭]
我在旧的Red Hat Enterprise Linux AS版本4系统上安装了Mathematica 9。安装后,我尝试启动Mathematica,但出现以下消息: /home/wcbao/M/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica:/lib64/tls/libc.so.6:找不到版本“ GLIBC_2.4”(/必需家用/ wcbao / M /钨/数学/ 9.0 / SystemFiles /库/ Linux的X86-64 / libML64i3.so) /home/wcbao/M/Wolfram/Mathematica/9.0/SystemFiles/FrontEnd/Binaries/Linux-x86-64/Mathematica:/lib64/tls/libc.so.6:找不到版本“ GLIBC_2.4”(/必需家用/ wcbao / M /钨/数学/ 9.0 / SystemFiles /库/ Linux的X86-64 / libQtCore.so.4) 我不想更新系统glibc,因为它有风险,并且管理员不允许我这样做。 有人建议可以在其他地方安装新版本的glibc,然后以 LD_LIBRARY_PATH=/lib/new your_application 这不会影响系统。 所以我在这里问这种方法是否真的有效。如果可行,我想一步一步地去做(我现在在Linux上缺乏经验,想尽快在Linux上使用Mathematica)。

0
建立一个较旧的glibc
是否有可能在2.4 / 4.6 / 2.22的版本组合中构建glibc / gcc / binutils(或者最古老的''最稳定的'linux发行版仍然使用的GCC的更新版本)? 我想为MinGW创建独立的交叉编译器,并按照以下顺序让它们比glibc 2.14(我当前的Fedora)工作更多: 建立glibc- <old version> 使用标准的发行版编译器 使用这个旧的glibc版本构建新的binutils / gcc 使用新的工具组合构建交叉编译器。

1
Linux From Scratch,glibc制造错误
我正在遵循LFS指南7.2,我在5.7节。执行Glibc make时,我收到以下错误。 -o /mnt/lfs/sources/glibc-build/math/s_isnan.os -MD -MP -MF /mnt/lfs/sources/glibc-build/math/s_isnan.os.dt -MT /mnt/lfs/sources/glibc-build/math/s_isnan.os ../sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c:30:1: error: '__EI___isnan' aliased to external symbol '__GI___isnan' make[2]: *** [/mnt/lfs/sources/glibc-build/math/s_isnan.os] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.16.0/math' make[1]: *** [math/subdir_lib] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.16.0' make: *** [all] Error 2 我的GCC版本是4.7.2。我应采取哪些步骤来纠正此错误?
linux  gcc  ubuntu  glibc 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.