Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Re: Moses server support. (Tom Hoar)
----------------------------------------------------------------------
Message: 1
Date: Tue, 17 Mar 2015 22:34:01 +0700
From: Tom Hoar <tahoar@precisiontranslationtools.com>
Subject: Re: [Moses-support] Moses server support.
To: moses-support@mit.edu
Message-ID: <55084969.10905@precisiontranslationtools.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
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
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 101, Issue 52
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 101, Issue 52"
Post a Comment