Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit 2288690

Browse files
minecrafterlunny
authored andcommitted
Reflect requirement for glibc 2.14+ (#89)
In the future, we will provide builds for these older distributions (go-gitea/gitea#551). For now, document the issue and suggest upgrading or building from source. Closes go-gitea/gitea#627
1 parent 47d1e58 commit 2288690

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/doc/installation/from-binary.en-us.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ After following the steps above you will have a `gitea` binary within your worki
3030
./gitea web
3131
```
3232

33+
## Troubleshooting
34+
35+
Older Linux distributions (such as Debian 7 and CentOS 6) may not be able to load the Gitea binary, usually resulting an error like ```./gitea: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./gitea)```. This is due to the integrated SQLite support in the binaries we provide. In the future, we will provide binaries without the requirement for glibc. As a workaround, you can upgrade your distribution or [install from source]({{< relref "from-source.en-us.md" >}}).
36+
3337
## Anything missing?
3438

3539
Are we missing anything on this page? Then feel free to reach out to us on our [Gitter channel](https://gitter.im/go-gitea/gitea/), there you will get answers to any question pretty fast.

0 commit comments

Comments
 (0)