From 852b1f17ea994e52ad15d0a9992f00f1e72eadb4 Mon Sep 17 00:00:00 2001 From: steveferry Date: Fri, 5 Jun 2015 15:36:37 +0200 Subject: [PATCH] [IMP] doc: list of linux -dev dependencies incomplete I had to install libldap2-dev because of this error: lber.h no such file or directory. After this package's installation, the requirements installation works with no errors. So I guess it's needed too. closes #6971 --- doc/setup/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup/install.rst b/doc/setup/install.rst index 701dec1a137..f3e892972d1 100644 --- a/doc/setup/install.rst +++ b/doc/setup/install.rst @@ -289,7 +289,7 @@ Source installation requires manually installing dependencies: ldap) it may be necessary to install development tools and native dependencies before pip is able to install the dependencies themselves. These are available in ``-dev`` or ``-devel`` packages for Python, - Postgres, libxml2, libxslt, libevent and libsasl2. Then the Python + Postgres, libxml2, libxslt, libevent, libsasl2 and libldap2. Then the Python dependecies can themselves be installed: .. code-block:: console