简体   繁体   English

如何在Linux系统中找到可以安装哪个版本的glibc

[英]How to find in Linux system, which suitable version of glibc can be installed

I'm trying to update glibc 2.19-r1 to newer version 2.23-r1 in order to overcome some security vulnerabilities. 我正在尝试将glibc 2.19-r1更新到更新版本2.23-r1,以克服一些安全漏洞。 I generated a new binary package (tbz2) using Gentoo system, but now I'm having problems with installing it to my system. 我使用Gentoo系统生成了一个新的二进制包(tbz2),但现在我遇到了将它安装到我的系统的问题。

my question is: How can I know if there is anther feature/application that also needs to be updated? 我的问题是:我如何知道是否还需要更新其他功能/应用程序? Which dependencies does glibc has? glibc有哪些依赖项?

Thank you, Sami 萨米,谢谢你

Which dependencies does glibc has? glibc有哪些依赖项?

It doesn't have any . 它没有任何

When configured, it may require a minimal kernel version on which it would run. 配置后,可能需要运行它的最小内核版本。 Usually it supports kernels that are newer than at least 5 years; 通常它支持比至少5年更新的内核; on x86 often much older kernels are also supported. x86通常也支持更旧的内核。

To build it, you also need sufficiently recent versions of gcc , make and some other tools (but these dependencies don't transitively apply to the system on which you want to install it). 构建它,您还需要足够最新版本的gccmake和其他一些工具(但这些依赖项不能传递到您要安装它的系统)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何知道Linux上安装了哪个版本的sinatra? - How to know which version of sinatra is installed on linux? 在同一系统(ubuntu,linux)中安装了不同版本的R,如何选择要运行哪个版本? - Different version R installed in the same system (ubuntu, linux), how to pick which one to run? 如何强制PHP使用iconiconv版本的iconv而不是CentOS安装的glibc版本? - How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version? 如何获取将在基于 debian 的 linux 上使用 apt 安装的 package 的版本信息 - How can I get version information of a package which will be installed using apt on debian-based linux 如何链接到特定的 glibc 版本? - How can I link to a specific glibc version? 我已经强制安装了glibc 2.3版,此后,我无法运行任何linux cmd,因为它要求使用glibc 2.4 - I have installed version 2.3 of glibc forcefully, and after that i am not able to run any linux cmd, as it ask for glibc 2.4 如何找出docker镜像中安装了哪个Linux? - How to find out which Linux is installed inside docker image? Linux裸系统调用,而不是glibc - Linux bare system calls, not glibc 如何在较新的Linux中运行需要较旧的glibc库的二进制文件? - How to run a binary which require an older glibc library in an newer Linux? 您如何确定glibc库的安装版本? - How can you determine installed versions of the glibc libraries?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM