Solution found. Previous Ubuntu versions required the package libxmlrpc-core-c3-dev. It doesn't work any more.
The new package is libxmlrpc-c++8-dev. Install this package. It is currently at version 1.33 (Ubuntu 14.04.1). Then, simply include the argument --with-xmlrpc-c on the bjam command line. No need to define the path. It will be found automatically. On 01/16/2015 05:04 PM, Hieu Hoang wrote: > i personally compile xmlrpc-c myself and get moses to link to it > ./bjam --with-xmlrpc-c=/path/to/xmlrpc-c > That way, you have more control. Moses doesn't like xmlrpc-c v. 1.25.29 > (off the top of my head). Also, you can delete the .so file and force > moses to link to the static libraries. This will allow you to move your > executable around different servers easier > > > On 16/01/15 09:54, Tom Hoar wrote: >> I compiled the yesterday's github commit. It seems to have gone well... >> but I forgot to redirect output to a log file. Oops. >> >> Before restarting, I noticed the mosesserver binary is missing. On >> closer inspection, default Ubuntu 14.04 does not include libxmlrpc. Does >> anyone now the Debian package that adds this support? I think it should >> be `libxmlrpc-core-c3-dev`. >> >> >> >> >> >> _______________________________________________ >> Moses-support mailing list >> [email protected] >> http://mailman.mit.edu/mailman/listinfo/moses-support >> > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
