Posted by Joys of Programming on June 21, 2010 in
C/C++,
XML-RPC,
libxmlrpc |
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.
Related posts:
- C/C++ Development using XML-RPC in Linux
- How to install boost libraries in Ubuntu/Linux?
- How to install UUID Library in Linux/Ubuntu?
- How to install Boost Documentation in Ubuntu/Linux?
- How to install json-glib in Linux (Ubuntu)?
Tags: libxmlrpc, libxmlrpc-c3, XML-RPC