Re: Env. var LC_ALL

2003-09-12 Thread Matthew Harrison
hi, setenv is a c shell internal. with bash use export LC_ALL=C On Fri, Sep 12, 2003 at 01:12:54PM +0200, Gisle Askestad wrote: > Hi > And thank you for replying to my problem. > > I tried: setenv LC_ALL=C > It returned: bash: setenv: command not found > > "set env LC_ALL=C" doe

Re: Env. var LC_ALL

2003-09-12 Thread Todd W.
"Gisle Askestad" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] please dont top post. f'ups rearranged. > >>I'm using RedHat 8.0 and Perl 5.8.0 > >> > >>I'm trying to install Time:HiRes from CPAN which is needed to > >>use the File::Tail module. When running "Make" i get the error:

Re: Env. var LC_ALL

2003-09-12 Thread Todd W.
"Gisle Askestad" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I'm trying to install Time:HiRes from CPAN which is needed to use the > File::Tail module. When running "Make" i get the error: > > Makefile:91: *** missing separator. Stop. > > Makefile.PL says: > > NOTE: if you get

Re: Env. var LC_ALL

2003-09-12 Thread Gisle Askestad
Hi And thank you for replying to my problem. I tried: setenv LC_ALL=C It returned: bash: setenv: command not found "set env LC_ALL=C" does not return any error, but printenv does not show LC_ALL=C in the environment variables. man setenv and man printenv, even printenv works fine. My ReaHat build

RE: Env. var LC_ALL

2003-09-11 Thread Dan Muey
> Hi Howdy > > I'm using RedHat 8.0 and Perl 5.8.0 > > I'm trying to install Time:HiRes from CPAN which is needed to > use the File::Tail module. When running "Make" i get the error: > > Makefile:91: *** missing separator. Stop. > > Makefile.PL says: > > NOTE: if you get an error like thi

Env. var LC_ALL

2003-09-11 Thread Gisle Askestad
Hi I'm using RedHat 8.0 and Perl 5.8.0 I'm trying to install Time:HiRes from CPAN which is needed to use the File::Tail module. When running "Make" i get the error: Makefile:91: *** missing separator. Stop. Makefile.PL says: NOTE: if you get an error like this (the line number may vary): Makef