Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-19 Thread Barry Haddow
Hi Sergey Just the executable, which will be either mgiza or mgizapp cheers - Barry On 19/03/16 15:07, Sergey A. wrote: Hi Barry, Thank you for the swift response. I do need *mgiza*, this is why this thread was created. I compiled it, but apparently didn't copy the needed files to the Moses

Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-19 Thread Sergey A.
Hi Barry, Thank you for the swift response. I do need *mgiza*, this is why this thread was created. I compiled it, but apparently didn't copy the needed files to the Moses directory. Which files are missing from the */tools/* directory? Thanks. Sergey 2016-03-19 17:01 GMT+02:00 Barry Haddow :

Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-19 Thread Barry Haddow
Hi Sergey It's looking for mgiza, which you don't have. Either install mgiza into your tools directory, or remove the mgiza arguments from your train-model.perl command line. cheers - Barry On 19/03/16 13:56, Sergey A. wrote: Hello Hieu Hoang. Thank you for your suggestion, everything work

Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-19 Thread Sergey A.
Hello Hieu Hoang. Thank you for your suggestion, everything worked!!! Now to the next problem, I'm trying to use it in the training of the translation system, I've copied the bins and the script from the mgiza compiled, but it doesn't work (specifying the *--external-bin-dir* didn't work as well):

Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-10 Thread Hieu Hoang
not sure, to be honest. If you tire of fighting cmake/make problems, you can try ./manual-compile/compile.sh It has it's own problems, but it's problems that you can see and fix yourself Hieu Hoang http://www.hoang.co.uk/hieu On 9 March 2016 at 18:20, Sergey A. wrote: > Hi and thank you for

Re: [Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-07 Thread Hieu Hoang
where did you get the code for mgiza from and what was the exact commands you used to compile? I just tested mgiza compilation with the code from https://github.com/moses-smt/mgiza using the commands cmake . cmake . make -j4 It seems to compile ok On 06/03/2016 20:02, Sergey A. wrot

[Moses-support] Missing /usr/lib64/lib64/libboost_thread-mt.so.5 for multithreaded GIZA

2016-03-06 Thread Sergey A.
Hello. I'm trying to compile mgiza , but getting the below error. What am I doing wrong? Note that I don't have root access on the machine, so if libraries needed I'd like to know how to download and use them without installing on the serve