OSDN Git Service

Port range check was implemented.
[ultramonkey-l7/ultramonkey-l7-v2.git] / INSTALL.debian
1 Layer-7 Loadbalancing Framework "UltraMonkey-L7"
2 Installation manual for debian system.
3
4 Copyright (C) 2008 Shinya TAKEBAYASHI
5
6 --------------------------------------------------------------
7
8 INTRODUCTION
9
10   This document describes how to install UltraMonkey-L7 on your 
11   Debian system.
12
13
14 REQUIRE
15
16   First, to compile and install l7vs on debian, these packages
17   must be installed on your system.
18
19     - automake
20     - autoconf
21     - libglib-dev
22     - libtool
23     - libapr1-dev and libaprutil1-dev(includes libapr1 and libaprutil1)
24     - log4cxx 0.10 or higher
25
26   To install these packages, run the following command:
27
28     # apt-get install automake autoconf libglib-dev libtool libapr1-dev libaprutil1-dev
29
30     $ tar zxf apache-log4cxx-0.10.0.tar.gz
31     $ cd apache-log4cxx-0.10.0
32     $ ./autogen.sh
33     $ ./configure && make
34     $ su
35     # make install
36
37
38 INSTALL
39
40   To compile and install l7vs, run the following commands:
41
42    $ ./configure
43    $ make
44    $ su
45    # make install
46