I think there's a problem with your xmlrpc-c library, the default on
Ubuntu 14.04 may be too old for moses.
If you don't need moses server or Moses2, then add this argument when
compiling:
--no-xmlrpc-c
If you do need it, then download and compiled the xmlrpc-c library
separately and add the argument:
--with-xmlrpc-c=[path to xmlrpc-c lib]
eg.
./bjam --with-xmlrpc-c=/home/hieu/workspace/xmlrpc-c/xmlrpc-c-1.39.12
On 21/01/2017 12:49, Sonal khosla wrote:
Hi all,
I am trying installing Moses on Ubuntu 14.04. this is the sequence of
commands I executed for the installation.
sudo apt-get install g++ git subversion automake libtool zlib1g-dev
libboost-all-dev libbz2-dev liblzma-dev python-dev libtcmalloc-minimal4
wget
http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gzr=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fboost%2Ffiles%2Fboost%2F1.55.0%2F&ts=13
tar zxvf boost_1_55_0.tar.gz
cd boost_1_55_0/
./bootstrap.sh
./b2 -j5 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static
threading=multi,single install || echo FAILURE
git clone https://github.com/moses-smt/mosesdecoder.git
cd mosesdecoder/
./bjam -j5
After this command I got the error "Build Failed"
Also sharing the error logs
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support
--
Hieu Hoang
http://moses-smt.org/
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support