[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
This commit is contained in:
steveferry 2015-06-05 15:36:37 +02:00 committed by Xavier Morel
parent 96135fa785
commit 852b1f17ea
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ Source installation requires manually installing dependencies:
ldap) it may be necessary to install development tools and native ldap) it may be necessary to install development tools and native
dependencies before pip is able to install the dependencies themselves. dependencies before pip is able to install the dependencies themselves.
These are available in ``-dev`` or ``-devel`` packages for Python, 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: dependecies can themselves be installed:
.. code-block:: console .. code-block:: console