[Kroupware] Kolab installation

Ryan Esty kroupware@mail.kde.org
Sun, 17 Nov 2002 06:58:56 -0500


If line 97 is: 
	int ldap_search_ext_s(LDAP *ldap, char *base, int scope, char *filter,
can you include the definition of LDAP there could be a problem with that but 
I don't have the source code in front of me so I don't know.  When ever I see 
a problem like this I start to look at a user defined type but I could be 
completely wrong too.

On Saturday 16 November 2002 12:38 pm, Martin Honermeyer wrote:
> Hello,
>
> I tried to install the kolab server, but it fails when installing apache2.
> The error message is:
>
> Making all in ldap
> /bin/sh /kolab/RPM/TMP/httpd-2.0.43/srclib/apr/libtool --silent
> --mode=compile /kolab/bin/cc -pthread  -O -DHAVE_CONFIG_H -DLINUX=2
> -D_REENTRANT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
> -I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/include
> -I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/include/private
> -I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr/include  -I/openpkg/include/
> -I/kolab/lib/include
> -I/kolab/RPM/TMP/httpd-2.0.43/srclib/apr-util/xml/expat/lib  -c
> 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 before '*' token
>
>
> The relevant lines in apr_ldap.h are:
>
>
> /*
>  * LDAP Compatibility
>  */
>
> #if LDAP_VERSION_MAX <= 2
> int ldap_search_ext_s(LDAP *ldap, char *base, int scope, char *filter,
>                       char **attrs, int attrsonly, void *servertrls, void
> *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?
> _______________________________________________
> Kroupware mailing list
> Kroupware@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kroupware