[Kroupware] Kolab installation

Steve Ball kroupware@mail.kde.org
Sat, 16 Nov 2002 18:46:05 +0000


Me too,

I was just about to post this message when yours came in. I am 
installing on a fresh Debian 3.0 Woody installation. I have been through 
the whole process a few time with the same problem each time during the 
apache2 installation.

rpm -bb apache2.spec --define 'with_fsl yes' --define 'with_ldap yes'

..........................
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
make[4]: *** [apr_ldap_compat.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.15396 (%build)


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
>  
>