Layer-7 Loadbalancing Framework "UltraMonkey-L7" Installation manual for debian system. Copyright (C) 2008 Shinya TAKEBAYASHI -------------------------------------------------------------- INTRODUCTION This document describes how to install UltraMonkey-L7 on your Debian system. REQUIRE First, to compile and install l7vs on debian, these packages must be installed on your system. - automake - autoconf - libglib-dev - libtool - libapr1-dev and libaprutil1-dev(includes libapr1 and libaprutil1) - log4cxx 0.10 or higher To install these packages, run the following command: # apt-get install automake autoconf libglib-dev libtool libapr1-dev libaprutil1-dev $ tar zxf apache-log4cxx-0.10.0.tar.gz $ cd apache-log4cxx-0.10.0 $ ./autogen.sh $ ./configure && make $ su # make install INSTALL To compile and install l7vs, run the following commands: $ ./configure $ make $ su # make install