thomas: server README.1st,1.91,1.92

cvs at kolab.org cvs at kolab.org
Mon Aug 25 19:01:34 CEST 2008


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv19348

Modified Files:
	README.1st 
Log Message:
Documented workaround for kolab/issue2871 (openpkg-20071227-20071227 does not compile with gcc 4.3)


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- README.1st	16 Jul 2008 11:00:38 -0000	1.91
+++ README.1st	25 Aug 2008 17:01:32 -0000	1.92
@@ -333,6 +333,16 @@
 Known problems and workarounds
 ------------------------------
 
+    - Compiling openpkg-20071227-20071227 does not work with gcc 4.3, e.g.
+      on Debian/lenny. As a workaround you can install the gcc-4.2 package,
+      but you have to make sure that "gcc" calls this version. If your system
+      uses a symbolic link /usr/bin/gcc -> gcc-4.3 you can execute:
+
+        ln -sf gcc-4.2 /usr/bin/gcc
+
+      "gcc --version" should report 4.2.x now. See kolab/issue2871
+      (openpkg-20071227-20071227 does not compile with gcc 4.3) for details.
+
     - Your system (C library) has to support all languages you want to have
       available in the web admin interface and fbview. For most languages you
       have to use the non-UTF-8 and non-euro locales, i.e. de_DE, fr_FR,





More information about the commits mailing list