~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node13.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Compilation of base package</TITLE>
11
 
<META NAME="description" CONTENT="Compilation of base package">
 
10
<TITLE>Installing on shell account</TITLE>
 
11
<META NAME="description" CONTENT="Installing on shell account">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
20
20
 
21
21
<LINK REL="next" HREF="node14.html">
22
22
<LINK REL="previous" HREF="node12.html">
23
 
<LINK REL="up" HREF="node9.html">
 
23
<LINK REL="up" HREF="node11.html">
24
24
<LINK REL="next" HREF="node14.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html374"
 
30
<A NAME="tex2html378"
31
31
  HREF="node14.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html370"
34
 
  HREF="node9.html">
 
33
<A NAME="tex2html374"
 
34
  HREF="node11.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html364"
 
36
<A NAME="tex2html368"
37
37
  HREF="node12.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html372"
 
39
<A NAME="tex2html376"
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="tex2html375"
44
 
  HREF="node14.html">Compilation with clamav-milter enabled</A>
45
 
<B> Up:</B> <A NAME="tex2html371"
46
 
  HREF="node9.html">Installation</A>
47
 
<B> Previous:</B> <A NAME="tex2html365"
48
 
  HREF="node12.html">Adding new system user</A>
49
 
 &nbsp; <B>  <A NAME="tex2html373"
 
43
<B> Next:</B> <A NAME="tex2html379"
 
44
  HREF="node14.html">Adding new system user</A>
 
45
<B> Up:</B> <A NAME="tex2html375"
 
46
  HREF="node11.html">Installation</A>
 
47
<B> Previous:</B> <A NAME="tex2html369"
 
48
  HREF="node12.html">Requirements</A>
 
49
 &nbsp; <B>  <A NAME="tex2html377"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
52
<BR></DIV>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H2><A NAME="SECTION00044000000000000000">
56
 
Compilation of base package</A>
 
55
<H2><A NAME="SECTION00042000000000000000">
 
56
Installing on shell account</A>
57
57
</H2>
58
 
    Once you have created the clamav user and group, please extract the archive:
59
 
    <PRE>
60
 
        $ zcat clamav-x.yz.tar.gz | tar xvf -
61
 
        $ cd clamav-x.yz
62
 
</PRE>
63
 
    Assuming you want to install the configuration files in /etc, configure
64
 
    and build the software as follows:
65
 
    <PRE>
66
 
        $ ./configure --sysconfdir=/etc
67
 
        $ make
68
 
        $ su -c "make install"
69
 
</PRE>
70
 
    In the last step the software is installed into the /usr/local directory
71
 
    and the config files into /etc. <SPAN  CLASS="textbf">WARNING: Never enable the SUID
72
 
    or SGID bits for Clam AntiVirus binaries.</SPAN>
 
58
    To install ClamAV locally on an unprivileged shell account you need not
 
59
    create any additional users or groups. Assuming your home directory is
 
60
    <code>/home/gary</code> you should build it as follows:
 
61
    <PRE>
 
62
        $ ./configure --prefix=/home/gary/clamav --disable-clamav
 
63
        $ make; make install
 
64
</PRE>
 
65
    To test your installation execute:
 
66
    <PRE>
 
67
        $ ~/clamav/bin/freshclam
 
68
        $ ~/clamav/bin/clamscan ~
 
69
</PRE>
 
70
    The <code>--disable-clamav</code> switch disables the check for existence of
 
71
    the <SPAN  CLASS="textit">clamav</SPAN> user and group but <code>clamscan</code> would still require an
 
72
    unprivileged account to work in a superuser mode.
73
73
 
74
74
<P>
75
75
<BR><HR>
76
76
<ADDRESS>
77
77
Tomasz Kojm
78
 
2009-10-28
 
78
2010-03-10
79
79
</ADDRESS>
80
80
</BODY>
81
81
</HTML>