Koozali.org: home of the SME Server

Helpdesk RT 3.0 and I18N::Langtags

Anonymous

Helpdesk RT 3.0 and I18N::Langtags
« 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

E-Merging

RT Server Compromise
« Reply #1 on: May 20, 2004, 05:37:43 AM »
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

calvin

I18N
« Reply #2 on: May 20, 2004, 03:24:51 PM »
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;