Skip to content

Commit

Permalink
Replaced OpenLDAP version number 2.3 with 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Dec 9, 2015
1 parent 7c569e3 commit 634079e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/installing.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: installing.rst,v 1.15 2011/07/24 19:00:53 stroeder Exp $
.. % $Id: installing.rst,v 1.16 2015/12/09 17:56:38 stroeder Exp $
***********************
Building and installing
Expand Down Expand Up @@ -95,14 +95,14 @@ Example

The following example is for a full-featured build (including SSL and SASL support)
of python-ldap with OpenLDAP installed in a different prefix directory
(here /opt/openldap-2.3) and SASL header files found in /usr/include/sasl.
(here /opt/openldap-2.4) and SASL header files found in /usr/include/sasl.
Debugging symbols are preserved with compile option -g.

::

[_ldap]
library_dirs = /opt/openldap-2.3/lib
include_dirs = /opt/openldap-2.3/include /usr/include/sasl
library_dirs = /opt/openldap-2.4/lib
include_dirs = /opt/openldap-2.4/include /usr/include/sasl

extra_compile_args = -g
extra_objects =
Expand Down

0 comments on commit 634079e

Please sign in to comment.