David Elliott wrote:
>
> Ian Schmidt wrote:
>
> > "M.H.VanLeeuwen" wrote:
> >
> > > Any idea how to go about debuggin this?
> >
> > The workaround is to set the environment variable LC_ALL to en.
> >
> > For sh/bash/ash: LC_ALL=en ; export LC_ALL
> > For csh/tcsh: setenv LC_ALL en
> >
>
> Err.. wasn't that LANG=LC_ALL ?? With that I usually start up, but one time it
> failed with a similar error. Red Hat hasn't posted any errata for glibc yet.
> Do they even know about the problem?
>
> -Dave
Yup, export LANG=LC_ALL, work-around works
Thanks
Martin