Re: well, O.K. I appreciate the security!
Re: well, O.K. I appreciate the security!
- Subject: Re: well, O.K. I appreciate the security!
- From: William Julien <email@hidden>
- Date: Sun, 9 Feb 2003 15:30:48 -0800
I had this problem at a much lower level when I switched to using ksh93
(att korn shell) as my login shell.
Adding an unset to my .profile worked for everything but my initial
shell. I fixed this problem by creating
a ~/.MacOSX/environment.plist that sets the LANG to "C". By the way,
the groff setting makes xman work.
-->cat .MacOSX/environment.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GROFF_TYPESETTER</key>
<string>latin1</string>
<key>LANG</key>
<string>C</string>
</dict>
</plist>
William
On Sunday, February 9, 2003, at 02:39 PM, Steve Lidie wrote:
On Sunday, February 9, 2003, at 12:38 PM, john blumer wrote:
Randy: Here it is:
perl:warning: Setting locale failed
perl:warning: Please check that your locale settings:
LC_ALL = (unset),
LANG ="en_US"
are supported and installed on your system.
perl:warning: Falling back to the standard locale ("C")
Rotating log files:
Is there a question here? Background? Context? Released Perl, or did
you roll your own?
I see this with Perl 5.8.0 - now sure what the proper fix might be, so
I placed an unset LANG in my .bashrc to make it go away? Randal JAPH
Schwartz, do you have any insights?
Steve
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.