The xmlrpc package name changed in 14.04. Try this apt-get and you'll
have the right ones, including xmlrpc.
sudo apt-get -y install \
cmake libbz2-dev libgoogle-perftools-dev \
liblbfgs-dev tcl-dev libsparsehash-dev \
libxmlrpc-c++8-dev libcmph-dev
When you do that, you can run bjam without defining the package path.
bjam will find them:
./bjam \
-a -j$cpus --static --with-boost \
--debug-configuration --max-kenlm-order=$order \
--prefix="$MOSES_PREFIX" \
--with-xmlrpc-c \
--with-probing \
--with-cmph="$CMPH_PREFIX" \
--install-scripts="$MOSES_PREFIX/scripts" \
--with-irstlm="$IRSTLM_PREFIX" \
--with-randlm="$RANDLM_PREFIX"
On 03/17/2015 09:18 PM, Ivan Cekov wrote:
> Hello.
> After I compiled moses 3.0 from source (./bjam
> --with-irstlm=/home/install/irstml --with-giza=/home/install/giza-pp
> --with-boost=/home/install/boost --with-xmlrpc-c=/home/install/xmlrpc-c
> --with-srilm=/home/install/srilm --prefix=/home/install/moses) and I
> start it with ./moseserver --server-port 8084 -f /home/model/moses.ini
> --server it start normally but after a few seconds the execution end and
> there is a message : Moses was compiled without server support. I was
> browsing through the web but cannot find solution. Is this a issue or it
> is a problem with my build. I am building it on ubuntu 14 server and the
> previous version works just find. Can you help me ?
> P.S. Excuse my english I am foreigner.
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support