| |
1 |
1 |
|
| |
2 |
|
<property name="context">{/doc/acs-core-docs/ {ACS Core Documentation}} {Install Analog web file analyzer}</property> |
| |
|
2 |
<property name="context">{/doc/acs-core-docs {ACS Core Documentation}} {Install Analog web file analyzer}</property> |
| |
3 |
3 |
<property name="doc(title)">Install Analog web file analyzer</property> |
| |
4 |
4 |
<master> |
| |
5 |
5 |
<include src="/packages/acs-core-docs/lib/navheader" |
| |
6 |
6 |
leftLink="install-qmail" leftLabel="Prev" |
| |
7 |
7 |
title="Appendix B. Install |
| |
8 |
8 |
additional supporting software" |
| |
9 |
9 |
rightLink="install-nspam" rightLabel="Next"> |
| |
10 |
10 |
<div class="sect1"> |
| |
11 |
11 |
<div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
| |
12 |
12 |
<a name="analog-install" id="analog-install"></a>Install Analog web file analyzer</h2></div></div></div><p>Download the Analog <a class="link" href="individual-programs" title="Analog 5.32 or newer, OPTIONAL">source tarball</a> in <code class="computeroutput">/tmp</code>. Unpack, compile, and install |
| |
13 |
13 |
analog.</p><pre class="screen">[root aolserver]# <strong class="userinput"><code>cd /usr/local/src</code></strong> |
| |
14 |
14 |
[root src]# <strong class="userinput"><code>tar xzf /tmp/analog-5.32.tar.gz</code></strong> |
| |
15 |
15 |
[root src]# <strong class="userinput"><code>cd analog-5.32</code></strong> |
| |
16 |
16 |
[root analog-5.32]# <strong class="userinput"><code>make</code></strong> |
| |
17 |
17 |
cd src && make |
| |
18 |
18 |
make[1]: Entering directory `/usr/local/src/analog-5.32/src' |
| |
19 |
19 |
<span class="emphasis"><em>(many lines omitted)</em></span> |
| |
20 |
20 |
***IMPORTANT: You must read the licence before using analog |
| |
21 |
21 |
*** |
| |
22 |
22 |
make[1]: Leaving directory `/usr/local/src/analog-5.32/src' |