At 17:19 -0400 9/25/03, Kevin Barry wrote:
>perl: warning: Please check that your locale settings:
>       LC_ALL = (unset),
>       LANG = "en_US"

environment.plist lives in $HOME/.MacOSX/ (with a leading dot)

It is read only at login time. And that means login to the OS neXt GUI and not login 
via Terminal or ssh. Just creating the .plist won't do anything until you logout and 
login again.

And. . . I do wish Apple would fix that. A login should be a login to Darwin wherever 
it is performed.

Your LC_ALL = (unset) line is suspect:  Here is my file.

<?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>LANG</key>
        <string>us_ENG</string>
        <key>LC_ALL</key>
        <string>C</string>
        <key>PATH</key>
        
<string>/Users/doug/bin:/opt/bin/perl/bin:/bin:/sbin:/usr/bin:/usr/sbin:/Developer/Tools</string>
        <key>RCCOUNT</key>
        <string>0</string>
        <key>SHELLOG</key>
        <string>/Users/doug/logs/shel_log</string>
        <key>SERVER_NAME</key>
        <string>Earth</string>
</dict>
</plist>

-- 
-->  There are 10 kinds of people:  those who understand binary, and those who don't 
<--

Reply via email to