[Kroupware] news from "obmtool kolab"
Thomas Lotterer
thl at dev.de.cw.com
Mon Nov 17 23:41:16 CET 2003
Support information for "kolab-1.0-14-20031014/obmtool kolab"
Issue
Debian unstable (sarge) installation reports file conflicts for
.../info/dir.old. These are mereley cosmetic, however they inhibit
successful installation.
Workaround (alternative #1)
Use binaries for the conflicting packages.
Workaround (alternative #2)
Add '--force' to install line of conflicting packages in
obmtool.conf manually.
Solution
No solution available right now.
Issue
Machine with Alpha CPU creates huge (4GB) binaries.
Solution
A later bootstrap is needed. Apply attached patch
kolab-1.0-14-20031014_obmtool.conf_alphacpu to obmtool.conf by
patch(1) or modify manually.
Issue
Machine with Alpha CPU reports "gp-relative relocation against
dynamic symbol" for certain packages linking against fsl.
Solution (alternative #1)
An updated fsl package was created. Apply attached patch
kolab-1.0-14-20031014_obmtool.conf_alphacpu to obmtool.conf by
patch(1) or modify lines manually.
Workaround (alternative #2)
Disable use of fsl by adding '--define "with_fsl no"' to install
line in obmtool.conf manually.
Issue
Web user interface cannot add users,
/kolab/var/apache/log/apache-error.log lists "PHP Fatal error: Call
to undefined function: utf8_encode()".
Solution for fresh installs
Apache must be build with_mod_php_xml which was missing. Also,
with_mod_php_pear should be removed as it is not yes supported
by OpenPKG and not yet needed by Kolab. Apply attached patch
kolab-1.0-14-20031014_obmtool.conf_newphpxml to obmtool.conf by
patch(1) or modify lines manually.
Solution to correct existing installs
Apache must be build with_mod_php_xml which was missing. Also,
with_mod_php_pear should be removed as it is not yes supported by
OpenPKG and not yet needed by Kolab. Exising bad binary must be
wiped out and a new one must be forcibly build. Apply attached patch
kolab-1.0-14-20031014_obmtool.conf_updphpxml to obmtool.conf by
patch(1) or modify lines manually.
Thanks to Alexander Walla, Brian Galura, Marc Romeo and Marc Schumann
for their feedback, hints, suggestions and equipment.
--
Thomas.Lotterer at cw.com, Cable & Wireless
-------------- next part --------------
--- obmtool.conf.orig Mon Nov 17 14:23:27 2003
+++ obmtool.conf Mon Nov 17 14:24:20 2003
@@ -20 +20 @@
- install ${loc}openpkg-20031014-20031014
+ install ${loc}openpkg-20031107-20031107
@@ -24 +24 @@
- install ${loc}fsl-1.3.0-20031006
+ install ${loc}fsl-1.4a1-20031117
-------------- next part --------------
Index: obmtool.conf
===================================================================
RCS file: /u/thl/projects/cvs/zfos/obmtool.conf,v
retrieving revision 1.3
diff -u -d -u -d -r1.3 obmtool.conf
--- obmtool.conf 17 Nov 2003 21:32:55 -0000 1.3
+++ obmtool.conf 17 Nov 2003 21:34:42 -0000
@@ -63,7 +63,7 @@
install ${loc}openpkg-tool-20030919-20030919
install ${loc}patch-2.5.9-20030520
install ${loc}sed-4.0.7-20030411
- install ${loc}apache-1.3.28-20031009 '--define "with_mod_auth_ldap yes" --define "with_mod_dav yes" --define "with_mod_php_pear yes" --define "with_mod_ssl yes" --define "with_gdbm_ndbm yes" --define "with_mod_php yes" --define "with_mod_php_gettext yes" --define "with_mod_php_imap yes" --define "with_mod_php_openldap yes"'
+ install ${loc}apache-1.3.28-20031009 '--define "with_mod_auth_ldap yes" --define "with_mod_dav yes" --define "with_mod_php_xml yes" --define "with_mod_ssl yes" --define "with_gdbm_ndbm yes" --define "with_mod_php yes" --define "with_mod_php_gettext yes" --define "with_mod_php_imap yes" --define "with_mod_php_openldap yes"'
install ${loc}kolab-1.0.14-20031014
check
-------------- next part --------------
Index: obmtool.conf
===================================================================
RCS file: /u/thl/projects/cvs/zfos/obmtool.conf,v
retrieving revision 1.3
diff -u -d -u -d -r1.3 obmtool.conf
--- obmtool.conf 17 Nov 2003 21:32:55 -0000 1.3
+++ obmtool.conf 17 Nov 2003 21:52:04 -0000
@@ -63,7 +63,8 @@
install ${loc}openpkg-tool-20030919-20030919
install ${loc}patch-2.5.9-20030520
install ${loc}sed-4.0.7-20030411
- install ${loc}apache-1.3.28-20031009 '--define "with_mod_auth_ldap yes" --define "with_mod_dav yes" --define "with_mod_php_pear yes" --define "with_mod_ssl yes" --define "with_gdbm_ndbm yes" --define "with_mod_php yes" --define "with_mod_php_gettext yes" --define "with_mod_php_imap yes" --define "with_mod_php_openldap yes"'
+ wiperpm apache-1.3.28-20031009
+ forcein ${loc}apache-1.3.28-20031009 '--define "with_mod_auth_ldap yes" --define "with_mod_dav yes" --define "with_mod_php_xml yes" --define "with_mod_ssl yes" --define "with_gdbm_ndbm yes" --define "with_mod_php yes" --define "with_mod_php_gettext yes" --define "with_mod_php_imap yes" --define "with_mod_php_openldap yes"'
install ${loc}kolab-1.0.14-20031014
check
More information about the Kroupware
mailing list