jiaxibei2008 / mitlm

Automatically exported from code.google.com/p/mitlm
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

estimate n-gram cannot find libmitlm.so.0 #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. estimate-ngram -h

What is the expected output? What do you see instead?
expected: help message
actual: estimate-ngram: error while loading shared libraries: libmitlm.so.0: 
cannot open shared object file: No such file or directory

What version of the product are you using? On what operating system?
using version 48 on ubuntu 11.10

Please provide any additional information below.
After searching I found that libmitlm.so.0 is located at 
/usr/local/lib/libmitlm.so.0

Original issue reported on code.google.com by mingxiao...@gmail.com on 4 Jun 2012 at 4:59

GoogleCodeExporter commented 8 years ago
How did you install/compile, etc.?

What is the output of the following command?
/sbin/ldconfig -v 2>/dev/null | grep -v ^$'\t'

Original comment by giuliop...@gmail.com on 3 Nov 2012 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by giuliop...@gmail.com on 30 Jan 2013 at 2:47