In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to check the glibc version information in the Linux system", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "how to check the glibc version information in the Linux system"!
Method one
Here is a simple command to check the GNU C library from the command line.
The code is as follows:
$ldd-version
In this case, the glibc version is 2.19.
Method two
Another way is to "enter" the name of the glibc library (for example, libc.so.6) on the command line, just like a command.
The output shows more details about the glibc library, including the version of glibc and the GNU compiler used, as well as information about glibc extensions. The location of the glibc variable depends on the Linux version and processor architecture.
On Debian-based 64-bit systems:
The code is as follows:
$/ lib/x86_64-linux-gnu/libc.so.6
On Debian-based 32-bit systems:
The code is as follows:
$/ lib/i386-linux-gnu/libc.so.6
On Red Hat-based 64-bit systems:
The code is as follows:
$/ lib64/libc.so.6
On Red Hat-based 32-bit systems:
The code is as follows:
$/ lib/libc.so.6
The following figure shows an example of the output after importing the glibc library.
Thank you for your reading, the above is the content of "how to check the glibc version information in the Linux system". After the study of this article, I believe you have a deeper understanding of how to check the glibc version information in the Linux system. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.