Hi Roee,

Did you set the "--with-xmlrpc-c" option of the bjam command to compile
moses?

For me, I installed the xmlrpc-c to the default location (/usr/local) and
then run the following command to compile moses with xmlrpc and boost on
Ubuntu OS, without setting the LD_LIBRARY_PATH.
=========================================================
./bjam -j2 --with-xmlrpc-c=/usr/local --with-boost=/usr/include/
=========================================================
The Jamfile in the mosesserver.cpp directory checks whether you set the
"--with-xmlrpc-c" option to compile mosesserver.
By the way, I am using Moses Version 1.0.

Hope it helps you!

Best wishes!
Pidong


On 18 January 2014 02:17, Roee Aharoni <[email protected]> wrote:

> Hi all,
>
> I'm having trouble when running mosesserver: after setting the
> LD_LIBRARY_PATH environment to include the path where the relevant xmlrpc-c
> libraries are, the compilation and linking phase is passing fine.
> However, while trying to run the moses-server executable, it fails with
> runtime error after loading the model, which is "symbol not found for the
> function call : *xmlrpc_server_abyss_set_handler3()
> <http://xmlrpc-c.sourceforge.net/doc/libxmlrpc_server_abyss.html#set_handler3>"*
> We checked the relevant abyss++ library and this symbol really appears in
> the library as undefined.
> We suspect this happens due to one of the following reasons:
>
> [1] some library which does contain the symbol is missing and its path
> should be added to the LD_LIBRARY_PATH
> [2] there is some problems with the procedure of building and installing
> the xmlrpc-c package.
> [3] there are issues with the xmlrpc-c-config which does not configures
> the parameters correctly.
>
> If anyone has met these conditions and solved it or has an explanation of
> the xmlrpc libraries which should be used and how, we would appreciate any
> help.
>
> Thanks,
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>


-- 
Wang Pidong

Department of Computer Science
School of Computing
National University of Singapore
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to