[Kroupware] build & install script for Kolab 1.0

Bernhard Erdmann be at berdmann.de
Sun Jul 27 18:10:18 CEST 2003


Maarten Stolte wrote:
> Hello,
> 
> On redhat, you need to set all the extra compilation flags as stated in
> the Qim. It might be handy to set those in the script.


Hi Maarten,

are you talking about the language issues?

	LC_ALL=C
	LC_MESSAGES=C
	LANG=C
	SUPPORTED=C
         export LC_ALL LC_MESSAGES LANG SUPPORTED

Usually I get rid of RedHat's UTF crap by modifying /etc/sysconfig/i18n to:

LANG="en_US"
SUPPORTED="en_US:en:de_DE:de"
SYSFONT="latarcyrheb-sun16"

And I set PATH in /kolab/.bashrc:

export PATH=/kolab/bin:/kolab/sbin:$PATH

All these lines now have been added to my build script.

Regards
Bernhard



More information about the Kroupware mailing list