Skip to content

Commit ed507d0

Browse files
authored
Update supported_os.mdx (#3038)
Update the minimal version of the glibc required to run meilisearch meilisearch/meilisearch#4914
1 parent 8221d99 commit ed507d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/self_hosted/supported_os.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_s
1515

1616
## Linux
1717

18-
The Meilisearch binary works on all Linux distributions with `amd64/x86_64` or `aarch64/arm64` architecture using glibc 2.28 and later. You can check your glibc version using:
18+
The Meilisearch binary works on all Linux distributions with `amd64/x86_64` or `aarch64/arm64` architecture using glibc 2.31 and later. You can check your glibc version using:
1919

2020
```
2121
ldd --version
@@ -33,4 +33,4 @@ It is likely the Meilisearch binary also works with Windows OS 10 and later. How
3333

3434
## Troubleshooting
3535

36-
If the provided [binaries](https://github.com/meilisearch/meilisearch/releases) do not work on your operating system, try building Meilisearch [from source](/learn/self_hosted/install_meilisearch_locally#local-installation). If compilation fails, Meilisearch is not compatible with your machine.
36+
If the provided [binaries](https://github.com/meilisearch/meilisearch/releases) do not work on your operating system, try building Meilisearch [from source](/learn/self_hosted/install_meilisearch_locally#local-installation). If compilation fails, Meilisearch is not compatible with your machine.

0 commit comments

Comments
 (0)