有谁研究过glibc 源码吗? 看了一下,感觉很复杂,不知从头入手. 里面一会是宏,一会是alias之类的。。。,很晕! 谢谢!
by chenzhanyiczy - C/C++ - 2010-10-20 21:05:49 阅读(1810) 回复(9)
一次失败的glibc升级过程 一次失败的glibc升级过程 星期五, 四月 14, 2006, 08:58 AM - 编程技术 因为是覆盖安装,结果系统几乎不能用了。所以在这里给出正确的步骤: 关于gcc、glibc和binutils模块之间的关系,以及在现有系统上如何升级的总结 一、关于gcc、glibc和binutils模块之间的关系 1、gcc(gnu collect compiler)是一组编译工具的总称。它主要完成的工作任务是“预处理”和“编...
安装StarDict 出现下列错误:这都是缺什么软件阿 [root@localhost tmp]# rpm -U stardict-3.0.1-1.fc8.i386.rpm error: failed dependencies: enchant is needed by stardict-3.0.1-1.fc8.i386 espeak is needed by stardict-3.0.1-1.fc8.i386 gucharmap is needed by stardict-3.0.1-1.fc8.i386 libenchant.so.1 is needed by stardict-3.0.1-1.fc8.i386 libespeak.so.1 is needed by ...
我在 Fedora Core server上想安装postfix RPM包, (从http://postfix.wl0.org/en/available-packages/下载), # rpm -ivh postfix-2.2.3-2.fc3.i386.rpm error: failed dependencies: libcom_err.so.2 is needed by postfix-2.2.3-2.fc3.i386 libcrypto.so.4 is needed by postfix-2.2.3-2.fc3.i386 libgssapi_krb5.so.2 is needed by postfix-2.2.3-2.fc3.i386 libk5crypto.so.3 is needed by postfix-2.2.3-2.f...
[root@localhost ~]# rpm -qa|grep -i curl curl-devel-7.15.5-2.el5 curl-7.15.5-2.el5 curl-7.15.5-2.el5 curl-devel-7.15.5-2.el5 RHEL5.6不能装 php-common-5.5.0-2.el5.remi.x86_64.rpm这个包吗。 error: failed dependencies: libcurl.so.4()(64bit) is needed by php-common-5.5.0-2.el5.remi.x86_64 php-pecl-jsonc is needed by php-common-5.5.0-2.el5.remi.x86_64 装这个版本的包时候,没有提示错误: ...
本帖最后由 goingstudy 于 2013-04-27 15:23 编辑 在阅读一些命令的源码时,经常碰见error函数这样的用法: error中第三个参数为什么要那样写? error的定义是: 于上面的用法不一样 啊,而且函数声明后面的__attribute__是有什么作用。
samba-3.0.33-3.14.el5.i386.rpm samba-swat-3.0.33-3.14.el5.i386.rpm samba-client-3.0.33-3.14.el5.i386.rpm samba-common-3.0.33-3.14.el5.i386.rpm 为什么下面两个rpm包可以安装,上面两个rpm包不能安装(提示:error: failed dependencies:),我装了下面两个包后,win系统共享文件夹,为什么smbclient命令还是可以用了(没安装rpm包时提示没有此命令)?。上面两个rpm包是干什么的,怎么才能装上。
大家好,我今天对RHEL6.4 作了升级内核操作,再部署 php环境时遇到依赖包问题。 预编译时提示找不到libxml2模块,但是我用yum安装libxml2-devel 时,遇到依赖包的问题 系统提示我安装的glibc-common版本是2.12,但是需要的版本是2.5,也就是目前版本比需求版本高。 我用rpm -e 想移除高版本的glibc-common,系统又提示它被其他包依赖,无法移除,不知道大家有什么好的解决办法 ?