[Kolab-devel] server/doc QIM,1.15.2.15,1.15.2.16 by martin at doto.intevation.de
root at intevation.de
root at intevation.de
Thu Jul 31 21:02:50 CEST 2003
Update of /kolabrepository/server/doc
In directory doto:/tmp/cvs-serv11416
Modified Files:
Tag: KOLAB_1_0
QIM
Log Message:
Martin K.: fixed typos and added comments about prefix different from /kolab
Index: QIM
===================================================================
RCS file: /kolabrepository/server/doc/QIM,v
retrieving revision 1.15.2.15
retrieving revision 1.15.2.16
diff -u -d -r1.15.2.15 -r1.15.2.16
--- QIM 29 Jul 2003 21:05:37 -0000 1.15.2.15
+++ QIM 31 Jul 2003 19:02:48 -0000 1.15.2.16
@@ -21,7 +21,7 @@
Important!
We do currently depend on the latest unstable OpenPKG Current - As soon as
-available we will port to the soon expected OpenPKG 1.3. Actually OpenPKG is
+available we will port to the very soon expected OpenPKG 1.3. Actually OpenPKG is
already very reliable so that this circumstance should not really matter to
Kolab users currently.
@@ -40,6 +40,12 @@
Cyrus IMAPD cannot work over NFS and it would be suboptimal anyway.
Explanation at http://asg.web.cmu.edu/cyrus/imapd/install-FAQ.html#nfs .
+The current kolab installation also does not work well with prefixes of more
+than a single directory. You may use symbolic links as a workaround. This will
+change when we move to OpenPKG 1.3 and release Kolab 1.1. If you decide for a
+different prefix than /kolab please adopt the instruction appropriatly. Using
+zhe /kolab prefix allows for simple copy&paste.
+
=======================================================================
==================== Installation from Source =========================
@@ -106,6 +112,9 @@
6. compile and install the packages as user root according to the following pattern:
+PACKAGE has in this template to be replaced with the corresponding name of the
+component (make, patch, binutils,...)
+
cd /kolab/RPM/SRC/PACKAGE
rpm -bb PACKAGE.spec
(becoming root for installing the rpms is required because we install daemon services.
@@ -140,13 +149,13 @@
perl-net
perl-www
perl-ldap
-perl-crypto
+m4
+bison
sed
libiconv
gettext
imap
getopt
-m4
bison
flex
pcre
@@ -169,7 +178,7 @@
rpm -ba openldap.spec --define 'with_sasl no'
rpm -Uhv /kolab/RPM/PKG/openldap*kol.rpm
-rpm -ba sasl.spec --define 'with_ldap yes'
+rpm -ba sasl.spec --define 'with_ldap yes' --define 'with_login yes'
rpm -Uhv /kolab/RPM/PKG/sasl*kol.rpm
rpm -ba postfix.spec --define 'with_sasl yes' \
@@ -186,7 +195,8 @@
rpm -ba apache.spec --define 'with_mod_ssl yes' --define 'with_mod_dav yes' \
--define 'with_mod_auth_ldap yes' --define 'with_mod_php_openldap yes'
--define 'with_mod_php_imap yes' --define 'with_mod_php yes' \
- --define 'with_mod_php_gettext yes' --define 'with_gdbm_ndbm yes'
+ --define 'with_mod_php_gettext yes' --define 'with_gdbm yes' \
+ --define 'with_ndbm yes'
# if you encounter a missing ndbm.h when building apache please copy the
# required header file manually
# cp /kolab/RPM/SRC/gdbm/gdbm-1.8.3/ndbm.h /kolab/include/
More information about the devel
mailing list