Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Anonymous on May 18, 2004, 05:40:43 PM
-
I am Running Heldesk RT 3.0.10 from www.bestpractical.com, and is fine, but have a problem with I18N::Langtags, when update
perl-I18N-LangTags-0.27-1es3.i386.rpm from SME, to make Helpdesk work i received this error when try to execute
/sbin/e-smith/console:
"language_tag2locale" is not exported by the I18N::LangTags module at /usr/lib/perl5/site_perl/esmith/I18N.pm line 15
If I reinstall perl-I18N-LangTags-0.27-1es3.i386.rpm from SME
i can run server-manager, but Helpdesk RT doesn't work more.
Thanks.................
Calvin
-
Calvin,
Are you certain that this issue is not in any way tied to the server compromise that occurred at their website / download repository?
Darrin
-
Thanks for your replie my friend, but I resolved this problem,
with
vi /usr/lib/perl5/site_perl/esmith/I18N.pm
comments this line
#use I18N::LangTags qw(is_language_tag locale2language_tag language_tag2locale);
and replaced by
use I18N::LangTags;