# glibc

## Summary

Most servers require a specific version of glibc installed. Newer distros normally have the required version. However the older the distro the less likely the server will run. Check the requirements below. If you have an older distro the game server may still run with a [glibc fix](/requirements/glibc.md#glibc-fixes).

## Server Requirements

A complete list can be found [here](https://linuxgsm.com/data/glibc).

## Distro glibc Versions

List of distros and there glibc version.

| Distro           | glibc |
| ---------------- | ----- |
| CentOS 7         | 2.17  |
| CentOS 8         | 2.28  |
| Debian 9         | 2.24  |
| Debian 10        | 2.28  |
| Debian 11        | 2.31  |
| Ubuntu 16.04 LTS | 2.23  |
| Ubuntu 18.04 LTS | 2.27  |
| Ubuntu 20.04 LTS | 2.31  |

[distrowatch.com](http://distrowatch.com) is also a great source to find this information.

glibc version history available on [Wikipedia](https://en.wikipedia.org/wiki/GNU_C_Library#Version_history).

## External Links

* [distrowatch.com](http://distrowatch.com/)
* [glibc Homepage](http://www.gnu.org/software/libc/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxgsm.com/requirements/glibc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
