On Sat, Aug 16, 2003 at 01:03:48PM -0700, Bill Campbell wrote:
> Running perl-5.8.0-1.3.0 on FreeBSD 4.8 STABLE, I frequently see a message
> from perl scripts saying that it can't find the ``locale'' program.  It
> doens't seem to hurt anything, but is a bit annoying.
> 
> Is there something simple that I'm missing here?
> 

I don't know about FreeBSD. But from my experience this points to
the fact that the "$LANG" or "$LC_*"-variables are not defined in the
environment or have a setting, that the localization functions do not
recognize. Look, whether you have a "man locale".
I always set "LC_ALL=C; export LC_ALL" in shell scripts, for example,
because this most of the time gives the "expected" results.


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
   >> Im prämotorischen Cortex kann jeder ein Held sein. (bdw) <<
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to