Hi, I have tried to build Moses and Mosesserver using the following script. It completes successfully, but although Moses runs, Mosesserver throws the following error:
bin/mosesserver: error while loading shared libraries: libxmlrpc_server_abyss++.so.8: cannot open shared object file: No such file or directory There are some very old references to this issue in the archives, but my Linux knowledge is limited and have been unable to get the fixes to work. Obviously, I can just download the binary if I get really desperate, but the script used to work fine. I am using Ubuntu 14.04. Any help would be much appreciated, Jon sudo apt-get install g++ git subversion automake libtool zlib1g-dev libboost-all-dev libbz2-dev liblzma-dev python-dev libtcmalloc-minimal graphviz imagemagick ghostscript mkdir tools cd tools mkdir fast-align cd fast-align/ git clone https://github.com/clab/fast_align.git cd fast_align/ mkdir ~/tools/external-bin-dir make cp fast_align ~/tools/external-bin-dir/ cd ~/tools/ mkdir irstlm cd irstlm/ wget http://switch.dl.sourceforge.net/project/irstlm/irstlm/irstlm-5.80/irstlm-5.80.03.tgz tar xvzf irstlm-5.80.03.tgz cd irstlm-5.80.03/ ./regenerate-makefiles.sh ./configure --prefix=$HOME/tools/irstlm make sudo make install cd ~/tools/ git clone git://github.com/moses-smt/mosesdecoder.git REPOS=http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced mkdir xmlrpc-c svn checkout $REPOS xmlrpc-c cd xmlrpc-c/ ./configure make sudo make install cd ../mosesdecoder/ ./bjam --with-irstlm=/home/jon/tools/irstlm --with-xmlrpc-c=/usr/local --with-boost=/usr/lib/x86_64-linux-gnu/ _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
