Dear Moses devs/users,

I'm running into the same problem as
http://comments.gmane.org/gmane.comp.nlp.moses.user/14270 when installing
on a fresh instance of Ubuntu 14.04 LTS.

Following the installation steps on
http://www.statmt.org/moses/?n=Development.GetStarted:

$ sudo apt-get install build-essential git-core pkg-config automake libtool
wget zlib1g-dev python-dev libbz2-dev
$ sudo apt-get install libsoap-lite-perl
$ git clone https://github.com/moses-smt/mosesdecoder.git
$ cd mosesdecoder
$ make -f contrib/Makefiles/install-dependencies.gmake
$ ./compile.sh --max-kenlm-order=15


It compiles and installs successfully with no errors detected but when
running moses:

expert@expert-mt:~/mosesdecoder/bin$ ~/mosesdecoder/bin/moses
/home/expert/mosesdecoder/bin/moses: error while loading shared libraries:
libboost_serialization.so.1.59.0: cannot open shared object file: No such
file or directory


I had to change the compile.sh to add the option --static and it the shared
boost problem disappears and it passes the "this is a small house"
sample-model test.

Is that the normal/expected behavior of the .bjam in compile.sh for Ubuntu?


Regards,
Liling
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to