How to Install XML-RPC in Linux (Ubuntu)?
To work with XML-RPC in Linux, you must install the xmlrpc-c libraries. In ubuntu, it is available as libxmlrpc-c3 package.
$ sudo apt-get install libxmlrpc-c3
More about the Ubuntu package libxmlrpc-c3 can be found here.
Comments: