I got the source for perl 5.005.003 and built it on our aix development box. It runs fine there. But when I take the package and install it on our other aix boxes, on some of them it says: <br>
perl: warning: Setting locale failed. <br>
perl: warning: Please check that your locale settings: <br>
LC_ALL = (unset), <br>
LC__FASTMSG = "true", <br>
LANG = "En_US" <br>
are supported and installed on your system. <br>
perl: warning: Falling back to the standard locale ("C". <br>
<br>
before every run. <br>
<br>
I tried setting LANG to "C" on the development machine and rebuilding perl, but I still get the same result on the other boxes. The development and test boxes are both AIX 4.1.5, as are most of our production boxes. <br>
<br>
I can rebuild perl more easily than I can make changes to the production boxes, but if that's what it takes I can add a package or set an environment in /etc/profile. <br>
<br>
Thanks! <br>
Kai. <br>
perl: warning: Setting locale failed. <br>
perl: warning: Please check that your locale settings: <br>
LC_ALL = (unset), <br>
LC__FASTMSG = "true", <br>
LANG = "En_US" <br>
are supported and installed on your system. <br>
perl: warning: Falling back to the standard locale ("C". <br>
<br>
before every run. <br>
<br>
I tried setting LANG to "C" on the development machine and rebuilding perl, but I still get the same result on the other boxes. The development and test boxes are both AIX 4.1.5, as are most of our production boxes. <br>
<br>
I can rebuild perl more easily than I can make changes to the production boxes, but if that's what it takes I can add a package or set an environment in /etc/profile. <br>
<br>
Thanks! <br>
Kai. <br>