File: requirements.html

package info (click to toggle)
cacti 0.8.6c-7sarge5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,424 kB
  • ctags: 8,367
  • sloc: php: 35,994; sh: 4,033; sql: 2,357; xml: 680; perl: 109; makefile: 87
file content (136 lines) | stat: -rw-r--r-- 3,923 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
  <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st November 2003), see www.w3.org">

  <title>Requirements</title>
  <meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.76b+">
  <link rel="HOME" title="The Cacti Manual" href="index.html">
  <link rel="UP" title="Installation" href="installation.html">
  <link rel="PREVIOUS" title="Installation" href="installation.html">
  <link rel="NEXT" title="Installing Under Unix" href="install_unix.html">
  <link rel="STYLESHEET" type="text/css" href="manual.css">
</head>

<body class="CHAPTER" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
  <div class="NAVHEADER">
    <table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <th colspan="3" align="center">The Cacti Manual</th>
      </tr>

      <tr>
        <td width="10%" align="left" valign="bottom"><a href="installation.html" accesskey="P">Prev</a></td>

        <td width="80%" align="center" valign="bottom"></td>

        <td width="10%" align="right" valign="bottom"><a href="install_unix.html" accesskey="N">Next</a></td>
      </tr>
    </table>
    <hr align="left" width="100%">
  </div>

  <div class="CHAPTER">
    <h1><a name="REQUIREMENTS"></a>Chapter 1. Requirements</h1>

    <p>Cacti requires that the following software is installed on your system.</p>

    <ul>
      <li>
        <p><span class="APPLICATION">RRDTool</span> 1.0.48 or greater</p>
      </li>

      <li>
        <p><span class="APPLICATION">MySQL</span> 3.23 or greater, 4.0.20d or greater highly recommended for advanced features</p>
      </li>

      <li>
        <p><span class="APPLICATION">PHP</span> 4.1 or greater, 4.3.6 or greater highly recommended for advanced features</p>
      </li>
    </ul>

    <p><b>Packages for RPM-based Operating Systems</b></p>

    <ul>
      <li>
        <p><tt class="FILENAME">httpd</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">php</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">php-mysql</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">php-snmp</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">mysql</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">mysql-server</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">net-snmp</tt></p>
      </li>
    </ul>

    <p><b>Ports for FreeBSD</b></p>

    <ul>
      <li>
        <p><tt class="FILENAME">www/apache2</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">net/rrdtool</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">net/net-snmp</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">www/php4-cgi</tt></p>
      </li>

      <li>
        <p><tt class="FILENAME">lang/php4</tt> (With <span class="APPLICATION">MySQL</span> and SNMP Support)</p>
      </li>

      <li>
        <p><tt class="FILENAME">databases/mysql323-server</tt></p>
      </li>
    </ul>
  </div>

  <div class="NAVFOOTER">
    <hr align="left" width="100%">

    <table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="33%" align="left" valign="top"><a href="installation.html" accesskey="P">Prev</a></td>

        <td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">Home</a></td>

        <td width="33%" align="right" valign="top"><a href="install_unix.html" accesskey="N">Next</a></td>
      </tr>

      <tr>
        <td width="33%" align="left" valign="top">Installation</td>

        <td width="34%" align="center" valign="top"><a href="installation.html" accesskey="U">Up</a></td>

        <td width="33%" align="right" valign="top">Installing Under Unix</td>
      </tr>
    </table>
  </div>
</body>
</html>