[Kroupware] Kolab installation

Martin Honermeyer kroupware@mail.kde.org
Sat, 16 Nov 2002 18:38:40 +0100


Hello,

I tried to install the kolab server, but it fails when installing apache2=
=2E The=20
error message is:

Making all in ldap
/bin/sh /kolab/RPM/TMP/httpd-2.0.43/srclib/apr/libtool --silent --mode=3D=
compile=20
/kolab/bin/cc -pthread  -O -DHAVE_CONFIG_H -DLINUX=3D2 -D_REENTRANT=20
-D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  =20
-I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/include=20
-I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/include/private =20
-I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr/include  -I/openpkg/include/=20
-I/kolab/lib/include=20
-I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/xml/expat/lib  -c=20
apr_ldap_compat.c && touch apr_ldap_compat.lo
In file included from apr_ldap_compat.c:63:
/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/include/apr_ldap.h:97: parse =
error=20
before '*' token


The relevant lines in apr_ldap.h are:


/*
 * LDAP Compatibility
 */

#if LDAP_VERSION_MAX <=3D 2
int ldap_search_ext_s(LDAP *ldap, char *base, int scope, char *filter,=20
                      char **attrs, int attrsonly, void *servertrls, void=
=20
*clientctrls,
                      void *timeout, int sizelimit, LDAPMessage **res);
void ldap_memfree(void *p);


I do not find an error in there. What's wrong with it?