<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 4/29/2013 4:08 AM, arefeh kazemi
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1367233707.3184.YahooMailNeo@web162404.mail.bf1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div style="RIGHT: auto">Hi everyone.</div>
        <div style="RIGHT: auto">I want to install Moses on ubuntu 10.04
          , i686.</div>
        <div style="BACKGROUND-COLOR: transparent; FONT-STYLE: normal;
          FONT-FAMILY: times new roman, new york, times, serif; COLOR:
          rgb(0,0,0); FONT-SIZE: 16px; RIGHT: auto">but it gets the <span
            style="RIGHT: auto" id="misspell-1"><span style="RIGHT:
              auto">following</span></span> error:</div>
        <div style="RIGHT: auto">checking for trigram_init in -loolm...
          no<br style="RIGHT: auto">
          configure: error: Cannot find SRILM's library in
          /opt/tools/srilm//lib/i686</div>
        <div style="BACKGROUND-COLOR: transparent; FONT-STYLE: normal;
          FONT-FAMILY: times new roman, new york, times, serif; COLOR:
          rgb(0,0,0); FONT-SIZE: 16px; RIGHT: auto"> </div>
        <div style="RIGHT: auto">these files are in
          /opt/tools/srilm//lib/i686:</div>
        <div style="RIGHT: auto">libdstruct.a  libflm.a  liblattice.a 
          libmisc.a  libool</div>
        <div style="RIGHT: auto"> do you have any sugesstion to fix this
          problem?</div>
      </div>
    </blockquote>
    The libraries might be empty.  Did you build SRILM yourself?   If so
    run the "make test"  step to ensure everything was built correctly.<br>
    <br>
    % nm $SRILM/lib/i686/liboolm.a | grep trigram_init<br>
    <br>
    should output a line with "trigram_init" .  If that is the case the
    configure test might still fail because of some compiler or linker
    problem on your system.<br>
    <br>
    Andreas<br>
    <br>
  </body>
</html>