~ubuntu-branches/ubuntu/saucy/clamav/saucy

« back to all changes in this revision

Viewing changes to docs/html/node12.html

  • Committer: Bazaar Package Importer
  • Author(s): Leonel Nunez
  • Date: 2008-02-11 22:52:13 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080211225213-p2uwj4czso1w2f8h
Tags: upstream-0.92~dfsg
ImportĀ upstreamĀ versionĀ 0.92~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
2
 
3
 
<!--Converted with LaTeX2HTML 2008 (1.71)
 
3
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
4
4
original version by:  Nikos Drakos, CBLU, University of Leeds
5
5
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6
6
* with significant contributions from:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Requirements</TITLE>
11
 
<META NAME="description" CONTENT="Requirements">
 
10
<TITLE>Adding new system user and group</TITLE>
 
11
<META NAME="description" CONTENT="Adding new system user and group">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
15
15
 
16
 
<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
 
16
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 
17
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
17
18
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
18
19
 
19
20
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
21
 
21
22
<LINK REL="next" HREF="node13.html">
22
23
<LINK REL="previous" HREF="node11.html">
23
 
<LINK REL="up" HREF="node11.html">
 
24
<LINK REL="up" HREF="node9.html">
24
25
<LINK REL="next" HREF="node13.html">
25
26
</HEAD>
26
27
 
27
28
<BODY >
28
 
 
29
 
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html366"
 
29
<!--Navigation Panel-->
 
30
<A NAME="tex2html344"
31
31
  HREF="node13.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html362"
34
 
  HREF="node11.html">
 
33
<A NAME="tex2html340"
 
34
  HREF="node9.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html356"
 
36
<A NAME="tex2html334"
37
37
  HREF="node11.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html364"
 
39
<A NAME="tex2html342"
40
40
  HREF="node1.html">
41
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
42
<BR>
43
 
<B> Next:</B> <A NAME="tex2html367"
44
 
  HREF="node13.html">Installing on shell account</A>
45
 
<B> Up:</B> <A NAME="tex2html363"
46
 
  HREF="node11.html">Installation</A>
47
 
<B> Previous:</B> <A NAME="tex2html357"
48
 
  HREF="node11.html">Installation</A>
49
 
 &nbsp; <B>  <A NAME="tex2html365"
 
43
<B> Next:</B> <A NAME="tex2html345"
 
44
  HREF="node13.html">Compilation of base package</A>
 
45
<B> Up:</B> <A NAME="tex2html341"
 
46
  HREF="node9.html">Installation</A>
 
47
<B> Previous:</B> <A NAME="tex2html335"
 
48
  HREF="node11.html">Installing on shell account</A>
 
49
 &nbsp <B>  <A NAME="tex2html343"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
 
<BR></DIV>
 
52
<BR>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H2><A NAME="SECTION00041000000000000000">
56
 
Requirements</A>
 
55
<H2><A NAME="SECTION00043000000000000000">
 
56
Adding new system user and group</A>
57
57
</H2>
58
 
    The following components are required to compile ClamAV under UNIX:
59
 
    <A NAME="tex2html6"
60
 
  HREF="footnode.html#foot125"><SUP><SPAN CLASS="arabic">3</SPAN></SUP></A>    
61
 
<UL>
62
 
<LI>zlib and zlib-devel packages
63
 
</LI>
64
 
<LI>gcc compiler suite (tested with 2.9x, 3.x and 4.x series)
65
 
<BR>          <SPAN  CLASS="textbf">If you are compiling with higher optimization levels
66
 
              than the default one (-O2 for gcc), be aware that there
67
 
              have been reports of misoptimizations. The build system of ClamAV
68
 
              only checks for bugs affecting the default settings, it is your
69
 
              responsibility to check that your compiler version doesn't
70
 
              have any bugs.</SPAN>
71
 
    
72
 
</LI>
73
 
</UL>
74
 
    The following packages are optional but <SPAN  CLASS="textbf">highly recommended</SPAN>:
75
 
    
76
 
<UL>
77
 
<LI>bzip2 and bzip2-devel library
78
 
</LI>
79
 
<LI><code>check</code> unit testing framework <A NAME="tex2html7"
80
 
  HREF="footnode.html#foot787"><SUP><SPAN CLASS="arabic">4</SPAN></SUP></A>.
81
 
    
82
 
</LI>
83
 
</UL>
84
 
    The following packages are optional, but <SPAN  CLASS="textbf">required for bytecode JIT support</SPAN>:
85
 
    <A NAME="tex2html8"
86
 
  HREF="footnode.html#foot134"><SUP><SPAN CLASS="arabic">5</SPAN></SUP></A>    
87
 
<UL>
88
 
<LI>GCC C and C++ compilers (minimum 4.1.3, recommended 4.3.4 or newer)
89
 
<BR>
90
 
the package for these compilers are usually called: gcc, g++, or gcc-c++.
91
 
            <A NAME="tex2html9"
92
 
  HREF="footnode.html#foot788"><SUP><SPAN CLASS="arabic">6</SPAN></SUP></A>
93
 
</LI>
94
 
<LI>A supported CPU for the JIT, either of: X86, X86-64, PowerPC, PowerPC64
95
 
    
96
 
</LI>
97
 
</UL>
98
 
    The following packages are optional, but needed for the JIT unit tests:
99
 
    
100
 
<UL>
101
 
<LI>GNU Make (version 3.79, recommended 3.81)
102
 
</LI>
103
 
<LI>Python (version 2.5.4 or newer), for running the JIT unit tests
104
 
    
105
 
</LI>
106
 
</UL>
 
58
    If you are installing ClamAV for the first time, you have to add a new
 
59
    user and group to your system: <A NAME="tex2html7"
 
60
  HREF="footnode.html#foot135"><SUP>3</SUP></A>    <PRE>
 
61
        # groupadd clamav
 
62
        # useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
 
63
</PRE>
 
64
    Consult a system manual if your OS has not <I>groupadd</I> and
 
65
    <I>useradd</I> utilities. <B>Don't forget to lock access to the
 
66
    account!</B>
107
67
 
108
68
<P>
109
 
 
110
 
<DIV CLASS="navigation"><HR>
111
 
<!--Navigation Panel-->
112
 
<A NAME="tex2html366"
113
 
  HREF="node13.html">
114
 
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
115
 
<A NAME="tex2html362"
116
 
  HREF="node11.html">
117
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
118
 
<A NAME="tex2html356"
119
 
  HREF="node11.html">
120
 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
121
 
<A NAME="tex2html364"
122
 
  HREF="node1.html">
123
 
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
124
 
<BR>
125
 
<B> Next:</B> <A NAME="tex2html367"
126
 
  HREF="node13.html">Installing on shell account</A>
127
 
<B> Up:</B> <A NAME="tex2html363"
128
 
  HREF="node11.html">Installation</A>
129
 
<B> Previous:</B> <A NAME="tex2html357"
130
 
  HREF="node11.html">Installation</A>
131
 
 &nbsp; <B>  <A NAME="tex2html365"
132
 
  HREF="node1.html">Contents</A></B> </DIV>
133
 
<!--End of Navigation Panel-->
 
69
<BR><HR>
134
70
<ADDRESS>
135
71
Tomasz Kojm
136
 
2010-08-12
 
72
2007-12-12
137
73
</ADDRESS>
138
74
</BODY>
139
75
</HTML>