Hi all, I have succesfully compiled moses' latest version from github, but came accross this error when running "symal" through "ems":
***************************************************************************************************************** Executing: /share/apps/mosesdecoder/scripts/training/giza2bal.pl -d "gzip -cd /data/dmavroeidis/work/76/training/giza.1/en-el.A3.final.gz" -i "gzip -cd /data/dmavroeidis/work/76/training/giza-inverse.1/el-en.A3.final.gz" | /share/apps/mosesdecoder/scripts/../bin/symal -alignment="grow" -diagonal="yes" -final="yes" -both="yes" > /data/dmavroeidis/work/76/model/aligned.3.grow-diag-final-and /share/apps/mosesdecoder/scripts/../bin/symal: error while loading shared libraries: libboost_system-mt.so.5: cannot open shared object file: No such file or directory Exit code: 127 ERROR: Can't generate symmetrized alignment file ***************************************************************************************************************** I have checked some common causes found in many online resources: - The library exists in /usr/lib64 (not symlinked). - $LD_LIBRARY_PATH includes the path above. These are my system's os and libraries versions: OS: CentOS 6 Boost library version: 1.41.0-17 gcc version: 4.4.7-3 I would appreciate some insight on this! Best regards, Dimitris _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
