C/C++ Development using XML-RPC in Linux
If you want to work with XML-RPC, you must first install xmlrpc-c libraries. But if you are a developer and want to develop softwares using xmlrpc-c libraries, you must install the development packages. For ubuntu/linux $ sudo apt-get install libxmlrpc-c3-dev The header files will be available in /usr/include/xmlrpc-c and the libraries will be available in [...]
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.