<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">After you added and saved in .bashrc
      the line<br>
      <br>
      export LC_NUMERIC=en_US<br>
      <br>
      did you reload .bashrc in the bash terminal with<br>
      <br>
      source ~/.bashrc<br>
      <br>
      (or close and open a new bash terminal)<br>
      <br>
      If you enter the terminal command: locale<br>
      <br>
      Does it return in the output<br>
      <br>
      LC_NUMERIC="en_US"<br>
      <br>
      Instead of "export LC_NUMERIC=en_US", have you tried "export
      LC_NUMERIC=en_US.UTF-8"?<br>
      <br>
      Maybe the US locale needs to added and configured.  Refer to the
      "Setting locale failed" post in the Ubuntu forum:<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://ubuntuforums.org/showthread.php?t=1346581">http://ubuntuforums.org/showthread.php?t=1346581</a><br>
      <br>
      On 7/2/2015 4:48 AM, Soumya J. Ray wrote:<br>
    </div>
    <blockquote cite="mid:003a01d0b4b4$a8919310$f9b4b930$@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:70.85pt 70.85pt 56.7pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-US">Hi,<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">I am trying to install
            Wine2k on ubuntu 14.10 (AMD Optetron 64 bit). I followed the
            installation commands as mentioned in the manual, which came
            up with an error message while running the command:
            ./siteconfig_lapw<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">It came with this
            message:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">You must change your
            LOCALE !<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">The command printf
            "%5.3f" 0.15 prints 0,15 instead of 0.15<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">Set LC_NUMERIC globally
            or in your startup files, like:<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">setenv LC_NUMERIC en_US
            in .cshrc or<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">export LC_NUMERIC=en_US
            in .bashrc<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">siteconfig can only
            continue when your LOCALE is corrected<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">I tried setting up these
            variables in the .cshrc file and .bashrc file using these
            commands,<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">nano .cshrc <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">nano .bashrc<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">which didn't fix the
            problem. As a result when running the command
            ./userconfig_lapw, it came with this message<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">    
            *********************************************************<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">    
            *                        WIEN 2k                        *<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">     *                 
            user configuration                   *<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">    
            *********************************************************<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">     WARNING: <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">     No installation
            information could be retrieved!<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">     Make sure that your
            system has been set up <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">     correctly using
            siteconfig_lapw! <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US">I am guessing the file
            paths are not correct probably. Could you please let me know
            how to set up these variables and also the WINE path ?<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal">Thanking in advance,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">S. Ray</p>
      </div>
    </blockquote>
  </body>
</html>