Skip to Content.
Sympa Menu

en - Re: [sympa-users] Installation on freebsd

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Girard <address@concealed>
  • To: Feczak Szabolcs <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Installation on freebsd
  • Date: Mon, 06 Mar 2006 12:59:57 +0100

Feczak Szabolcs a écrit :
Adam Bernstein wrote:

of course since it is freebsd not linux I do not have neither /etc/locale.gen or /etc/sysconfig/i18n



Yes, on FreeBSD you just need to make symlinks like the following, under /usr/share/locale, for each language you want to enable:



I have created the links for oc_FR and et_EE, and the error messages are gone, thanks ...
But still, the drop-down menu is empty ... any idea why ?


.


Try renaming

/usr/local/lib/perl5/site_perl/5.8.7/Locale/gettext_xs.pod

as gettext_xs.pod.safe (or any name you like)

And try this patch on /usr/local/lib/sympa/Language.pm:

*** Language.pm Thu Feb 16 14:24:48 2006
--- Language.pm.orig Wed Feb 15 17:15:43 2006
***************
*** 126,132 ****
}

&Locale::Messages::textdomain("sympa");
! &Locale::Messages::bindtextdomain('sympa','/usr/local/share/locale');
&Locale::Messages::bind_textdomain_codeset('sympa',$recode) if $recode;
#bind_textdomain_codeset sympa => 'iso-8859-1';

--- 126,132 ----
}

&Locale::Messages::textdomain("sympa");
! &Locale::Messages::bindtextdomain('sympa','/usr/local/locale');
&Locale::Messages::bind_textdomain_codeset('sympa',$recode) if $recode;
#bind_textdomain_codeset sympa => 'iso-8859-1';




Archive powered by MHonArc 2.6.19+.

Top of Page