Moses Support Digest: moses installation
[Moses-support] moses installation
HAI friends……….
i am working in SMT.For that i tried to install MOSES.I installed GIZA++ and SRILM.While installing moses some error is coming….it happens at “make -j 2″….i am copy pasting what it gives……
############################################
$[root at localhost moses]# make -j 2
make all-recursive
make[1]: Entering directory `/root/Desktop/tools/moses’
Making all in moses/src
make[2]: Entering directory `/root/Desktop/tools/moses/moses/src’
make all-am
make[3]: Entering directory `/root/Desktop/tools/moses/moses/src’
make[3]: Nothing to be done for `all-am’.
make[3]: Leaving directory `/root/Desktop/tools/moses/moses/src’
make[2]: Leaving directory `/root/Desktop/tools/moses/moses/src’
Making all in moses-cmd/src
make[2]: Entering directory `/root/Desktop/tools/moses/moses-cmd/src’
g++ -g -O2 -L/root/Desktop/tools/srilm/lib/ -o moses Main.o mbr.o
IOWrapper.o TranslationAnalysis.o -L../../moses/src -lmoses -loolm -ldstruct
-lmisc -lz
/usr/bin/ld: cannot find -loolm
collect2: ld returned 1 exit status
make[2]: *** [moses] Error 1
make[2]: Leaving directory `/root/Desktop/tools/moses/moses-cmd/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/tools/moses’
make: *** [all] Error 2
[root at localhost moses]#
##########################################################################
If anyone knows please reply me……Waiting for your reply……………..
With regards .rashli
Re:[Moses-support] moses installation
Read this answer:
http://article.gmane.org/gmane.comp.nlp.moses.user/305
Please install srilm in the correct way, so that the linker can find the libs.
Perhaps you have to add the path to srilm libs to /etc/ld.so.conf and run ldconfig after that.
Regards, Bernd
NOTICE:This is digested from the Moses-support mailing list, which supports for the moses SMT decoder.
Related posts:
- Moses Support Digest:SRILM installation problem
- Moses Support Digest: moses install on 64-bit
- Moses Support Digest: cannot find -loolm
- Moses Support Digest:Moses compilation problem on fedora 11
- Moses Support Digest:Moses Error in training phrase
- Moses Support Digest: BLEU_error
- Moses Support Digest:Error compiling on Linux
- Moses Support Digest:compiling moses 3 chart
- Moses Support Digest:Translation from English to Foreign Language
- Moses Support Digest: moses-chart error while compiling training scripts