I don't have source for glibc, so i executed this
statement 'localedef -i en_US -f ISO-8859-1 en_US'

But it still gives me that error!

...Rohit


----- Original Message ----- 
From: James Barwick <[EMAIL PROTECTED]>
To: Rohit Peyyeti <[EMAIL PROTECTED]>
Sent: Saturday, June 09, 2001 12:29 AM
Subject: Re: Help Please!


> Rohit Peyyeti wrote:
> 
> >This is what it says now when I run mysqld_multi start 2:
> >
> >perl: warning: Setting locale failed.
> >perl: warning: Please check that your locale settings:
> >        LANGUAGE = (unset),
> >        LC_ALL = (unset),
> >        LANG = "en_US"
> >    are supported and installed on your system.
> >perl: warning: Falling back to the standard locale ("C").
> >
> >Nothing is seen in the log file.
> >
> >
> >...Rohit
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >TransLogic Systems
> >5th Floor, Amogh Plaza, Greenlands,
> >Hyderabad, AP - 500 016, INDIA
> >Ph: 91.40.3401795, Fax: 91.40.3407943
> >www.translogicsys.com
> >
> if you have the source for glibc (and have compiled it), then do the 
> following:
> cd /usr/src/glibc/build
> make localedata/install-locales
> 
> if you don't have the source, execute the following command:
> 
> localedef -i en_US -f ISO-8859-1 en_US
> 
> last, I see your example is LANG=en_US.  This should work.  but, I use 
> the 'libc' default (for me it is en_US)  To use the libc default, use 
> LANG=C.
> 
> Best of luck!
> 
> James
> 
> 
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to