Kolab 2.2.1 and 2.2.2 does not install

Liutauras Adomaitis liutauras.adomaitis at gmail.com
Thu May 21 11:52:29 CEST 2009


UPDATE:

i got other patch:
__________________________________________________________
[root at PBL-kolab kolab-2.2.2]# cat /root/posix_php_config.h.diff
--- main/php_config.h   2009-05-20 15:32:30.000000000 +0300
+++ main/php_config.h.posix     2009-05-20 22:37:33.000000000 +0300
@@ -1150,10 +1150,10 @@
 /* #undef PHP_IRIX_TIME_R */

 /* whether you have POSIX readdir_r */
-/* #undef HAVE_POSIX_READDIR_R */
+#define HAVE_POSIX_READDIR_R 1

 /* whether you have old-style readdir_r */
-#define HAVE_OLD_READDIR_R 1
+/* #undef HAVE_OLD_READDIR_R 1 */

 /*   */
 /* #undef in_addr_t */
_________________________________________________________

This one helps to build apache-php and php. I had to apply it twice,
because Kolab install script is building php twice. It worked both
times. I applied it in the dirty manner i did with perl patch -
patched while php was build on the other terminal. It worked.
Now I have working kolab. Did not do extensive tests, but created
admin user account, created admin distribution lists, configured
settings (all of this was done via Kolab web interface), then tested
if pop3d and smtp services with ssl support is working by sending and
receiving test email for admin user. It works.

If somebody understand what they do, then maybe there is more elegant
way to make kolab install.

Can someone tell me how to test Kolab to make sure these patches does
not have any side effects? Probably there must be some files and
directory operations with Kolab, because these patches solved cwd and
readdir_r problems while build.

Liutauras




More information about the users mailing list