Do I really need gettext support?
[IMP 2.x]: Horde 1.x and IMP 2.x do not require gettext support. [IMP 3.x]: At a minimum, Horde 2.x and its applications require gettext support in PHP. Horde will not run without gettext support in php. In addition, if you wish to have the messages translated, then you will require working gettext support in the operating system and the desired locales installed for the languages you want to support. Some operating system specific notes follow. Debian Linux: You can configure the locale support with the command dpkg-reconfigure locales (In the rare case that the above command returns an error about locales not being installed, you should use the command apt-get install locales to install and configure the locales). RedHat Linux: You will need the following RPMS gettext and php-gettext installed. With RedHat 8.0 and above, if your only getting English no matter what language you select, try re-installing glibc-common. You can do this with a command such as: rpm -Uhv –force glibc-commo