Re: lug-bg: Perl and Red Hat 9
- Subject: Re: lug-bg: Perl and Red Hat 9
- From: "Jordan Merachev" <jmeratchev@xxxxxxx>
- Date: Mon, 31 May 2004 12:34:02 +0300
За тези които ги интересува проблема, намерих решението.
Red Hat 8 and 9 both use "en_us.UTF-8 " encoding as the default system
format. I have found this causes problems with many things. For example,
when I ssh into RH8/9, many characters do not display properly on the man
pages. I do not know that this causes problem with PERL exactly, but as I
was googling I read that the malformed UTF-8 character message had something
to do with LANG settings. Putting two together makes me wonder is you should
try changing the LANG setting to "en_us"
I made the change to /etc/sysconfig/i18n
The default file reads
LANG="en_US.UTF-8"
SUPPORTED="en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"
I change my file to read
LANG="en_US"
SUPPORTED="en_US"
SYSFONT="latarcyrheb-sun16"
Doing so fixed all my problems. It may do the same for the PERL messages.
Worth a shot anyway - especially since it is easy to change/restore if
necessary (I have not found that changing it causes any problems)
> Трябва да инсталирам перл модула Archive-Zip. Правя го по следния начин
>
> perl -MCPAN -e shell
>
> install Archive::Zip
>
> но ми дава
>
> Warning: I could not locate your pod2man program. Please make sure,
> your pod2man program is in your PATH before you execute 'make'
>
> естествено проверих за тази програма и тя се вика без проблеми.
> Този проблем е разискаван в Bugzila, и там казват да се обнови Perl.
>
> > On Friday 28 May 2004 15:20, Jordan Merachev wrote:
> > > Здравейте,
> > >
> > > Доколкото разбрах Perl, който се разпространява с Ред Хат 9 е бъглив.
> > > Не могат да се исталират някои модули на Perl. Това е официално
признат
> бъг.
> >
> > Кои модули? Как ги инсталираш тези модули - rpm/на ръка?
> >
> > > Препоръчват да се обнови перл. Обнових до perl-5.8.0-88.3.i386.rpm,но
> при
> > > мен това не помогна.
> >
> > Все още имам машина с RH9, но не съм имал проблеми с perl... Да бе
дал
> поне
> > мъничко информация къде точно е проблема?
> >
> > --
> > Regards,
> > Doncho N. Gunchev Registered Linux User #291323 at counter.li.org
> > GPG-Key-ID: 1024D/DA454F79
> > Key fingerprint = 684F 688B C508 C609 0371 5E0F A089 CB15 DA45 4F79
> >
>
============================================================================
> > A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
> > http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
> Zagora
> > To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
> >
>
============================================================================
>
>
============================================================================
> A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
> http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara
Zagora
> To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
>
============================================================================
============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================
|