Skip to content

Commit

Permalink
Update supported_os.mdx (#3038)
Browse files Browse the repository at this point in the history
Update the minimal version of the glibc required to run meilisearch
meilisearch/meilisearch#4914
  • Loading branch information
irevoire authored Nov 11, 2024
1 parent 8221d99 commit ed507d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learn/self_hosted/supported_os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use [Meilisearch Cloud](https://www.meilisearch.com/cloud?utm_campaign=oss&utm_s

## Linux

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:
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:

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

## Troubleshooting

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.
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 comments on commit ed507d0

Please sign in to comment.