Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3204dd9063ca8a7ea2b1403419afda6c > files > 61

clamav-0.54-7mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2K.1beta (1.48)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Installation</TITLE>
<META NAME="description" CONTENT="Installation">
<META NAME="keywords" CONTENT="clamdoc">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="clamdoc.css">

<LINK REL="next" HREF="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="node4.html">
<LINK REL="next" HREF="node9.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html144"
  HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="/usr/share/latex2html/icons/next.png"></A> 
<A NAME="tex2html142"
  HREF="node4.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="/usr/share/latex2html/icons/up.png"></A> 
<A NAME="tex2html136"
  HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="/usr/share/latex2html/icons/prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html145"
  HREF="node9.html">Configuration</A>
<B> Up:</B> <A NAME="tex2html143"
  HREF="node4.html">Installation</A>
<B> Previous:</B> <A NAME="tex2html137"
  HREF="node7.html">Binary packages</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00024000000000000000">
Installation</A>
</H2>

<P>
Please read the README file in the current version, because it probably
    contains some important release notes.
    If you are installing Clam AV for the first time, you have to add a new user
    and group to your system - <I>clamav</I>: <A NAME="tex2html9"
  HREF="footnode.html#foot450"><SUP>2</SUP></A>
<P>
<PRE>
	# groupadd clamav
	# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
</PRE>

<P>
The above method works on Linux and Solaris, if you don't have
    <I>groupadd, useradd</I> please consult your system manual - the section
    about creating new users and groups.
    If you are not a system administrator or won't be using <B>clamscan</B>
    in superuser mode, you may omit this step with the option
    <I>-disable-clamav</I> passed to the <I>configure</I> script:
    <PRE>
	$ ./configure --disable-clamav
</PRE>
    This disables testing for <I>clamav</I> user and group. <B>clamscan</B>
    still requires <I>clamav</I> for superuser mode. Please don't set a password
    on this account, just assure it's locked with "<B>!</B>" in
    <I>/etc/passwd</I> or <I>/etc/shadow</I>. It must be a normal, unprivileged
    user. Don't add it to any special groups.
<BR>
<BR>

<P>
After this, extract the archive, configure and compile:
    <PRE>
	$ tar zxpvf clamav-x.yz.tar.gz
	$ cd clamav-x.yz
	$ ./configure; make
	$ su -c "make install"
</PRE>

<P>
<B>WARNING: Never set SUID/SGID bit on Clam AntiVirus programs.</B>

<P>
<BR><HR>
<ADDRESS>
Tomasz Kojm
2002-11-21
</ADDRESS>
</BODY>
</HTML>