]> err.no Git - sope/blob - skyrix-core/NGLdap/README.macosx
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-core / NGLdap / README.macosx
1 # $Id$
2
3 NOTE: Jaguar (MacOSX 10.2) comes with OpenLDAP client libraries :-), so
4       the instructions below are deprecated
5
6 OpenLDAP 2.1 --without-slurpd --without-slapd funkt ohne Probleme ...
7
8 ==========================
9 - get openldap
10
11 ---snip---
12 ld: common symbols not allowed with MH_DYLIB output format
13 ld: common symbols not allowed with MH_DYLIB output format
14 /usr/local/openldap/lib/libldap.a(open.o) definition of common _ldap_debug (size 4)
15 /usr/local/openldap/lib/libldap.a(init.o) definition of common _openldap_ldap_global_options (size 24)
16 /usr/local/openldap/lib/liblber.a(decode.o) definition of common _lber_debug (size 4)
17 /usr/bin/libtool: internal link edit command failed
18 ---snap---
19
20 openldap 2.0.7
21 CC=cc -traditional-cpp
22
23 ./configure --prefix=/usr/local --disable-slapd --disable-slurpd --disable-threads --disable-tls --disable-readline --disable-kerberos --disable-sasl
24 make depend
25
26 ... delete .._r stuff ...
27
28 make install