linux – 为什么glibc二进制文件名为libc.so.6而不是libc.so.1或libc.so.4?

现代的glibc二进制文件在 Linux中称为libc.so.6.为什么这里使用“6”? libc.so.1或libc.so.8也可以是好名字恕我直言.

维基百科在http://en.wikipedia.org/wiki/GNU_C_Library给出了一些历史,但没有完全解释

In the early 1990s,the developers of the Linux kernel forked glibc. Their fork,called “Linux libc”,was maintained separately for years and released versions 2 through 5.

When FSF released glibc 2.0 in January 1997,…. At this point,the Linux kernel developers discontinued their fork and returned to using FSF’s glibc.[6]

The last used version of Linux libc used the internal name (soname) libc.so.5. Following on from this,glibc 2.x on Linux uses the soname libc.so.6

解决方法

那些 SONAMEs已经被使用过了.由于新版本的库在界面中出现中断,因此必须使用新的主要SONAME编号.

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...