Next Previous Contents

2. Installation

2.1 How to obtain ulxmlrpcpp

Major releases and bug fixes of ulxmlrpcpp can be found in the download area of its homepage.

There is also the possibility to update from anonymous cvs to obtain the most recent sources.

2.2 Requirements

In order to successfully compile ulxmlrpcpp, you need the expat library. expat should already be contained in every distribution. Otherwise you can download ist from http://expat.sourceforge.net.

2.3 Compilation and installation

In order to compile and install ulxmlrpcpp on your system, type the following in the base directory of the ulxmlrpcpp distribution:

% ./configure
% make
% make install

To run the tests and examples type the following and change to the subdirectory "tests" afterwards:

% make check

You will find some validator applications and some client/server pairs. For example val1_server and val1_client which implement the test suite from XML-RPC.

Since ulxmlrpcpp uses autoconf you should have not trouble compiling it. Should you run into problems please report them to the the author at ulxmlrpcpp at ewald-arnold dot de


Next Previous Contents