[Kroupware] Error in QIM 1.23 - apache + gdbm - (with patch)
Sven Neuhaus
sn at heise.de
Tue Jul 29 15:31:55 CEST 2003
Hello,
I had some problems building Apache with the instructions from the QIM
(both v1.0 and '$Id: QIM,v 1.23 2003/07/28 17:43:39 bernhard Exp $').
The problem was with the gdbm package.
I saw Bernhard Erdmann's script with the fix, a diff to the QIM 1.23 is
attached.
Regards,
--
Sven Neuhaus Tel +49 511-5352-439
Heise Zeitschriften Verlag GmbH & Co. KG Fax +49 511-5352-479
Helstorfer Str. 7, D-30625 Hannover <mailto:sn at heise.de>
-------------- next part --------------
--- QIM-1.23 Mon Jul 28 21:20:34 2003
+++ QIM Tue Jul 29 14:30:24 2003
@@ -138,7 +138,6 @@
flex
pcre
fsl
-gdbm
db
mm
@@ -150,6 +149,9 @@
(Please make sure that you use the correct OpenPKG rpm executable when building
the packages and installing!)
+rpm -ba gdbm.spec --define 'with_ndbm yes'
+rpm -Uvh /kolab/RPM/PKG/gdbm*kol.rpm
+
rpm -ba openldap.spec --define 'with_sasl no'
rpm -Uhv /kolab/RPM/PKG/openldap*kol.rpm
@@ -157,7 +159,7 @@
rpm -Uhv /kolab/RPM/PKG/sasl*kol.rpm
rpm -ba postfix.spec --define 'with_sasl yes' \
- -define 'with_tls yes' --define 'with_ldap yes'
+ --define 'with_tls yes' --define 'with_ldap yes'
rpm -Uhv /kolab/RPM/PKG/postfix*kol.rpm
patch < kolab.patch # patch for imapd.spec file and groupfile
More information about the Kroupware
mailing list