summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-03-02 14:48:20 +0100
committerJacob Vosmaer <jacob@gitlab.com>2017-03-09 15:05:40 +0100
commitc2c17811b2b6c10a6079a7cc76f872e773e4b0b5 (patch)
treef7eb0bacae320d950324c07a29e132bd44f72d56 /doc/install/installation.md
parentca66799267616810f4c1bae75ab0006201c094a4 (diff)
downloadgitlab-ce-c2c17811b2b6c10a6079a7cc76f872e773e4b0b5.tar.gz
Instructions for installing google-protobuf from source
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index bb4141c6cd3..8e74970b8e9 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -658,6 +658,12 @@ misconfigured gitlab-workhorse instance. Double-check that you've
[installed Go](#3-go), [installed gitlab-workhorse](#install-gitlab-workhorse),
and correctly [configured Nginx](#site-configuration).
+### google-protobuf "LoadError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found"
+
+This can happen on some platforms for some versions of the
+google-protobuf gem. The workaround is to [install a source-only
+version of this gem](google-protobuf.md).
+
[RVM]: https://rvm.io/ "RVM Homepage"
[rbenv]: https://github.com/sstephenson/rbenv "rbenv on GitHub"
[chruby]: https://github.com/postmodern/chruby "chruby on GitHub"