docs/html/node12.html
8997c071
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
468b9e48
 
8997c071
 <!--Converted with LaTeX2HTML 2K.1beta (1.48)
468b9e48
 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>
e220098e
 <TITLE>Installing on a shell account</TITLE>
 <META NAME="description" CONTENT="Installing on a shell account">
468b9e48
 <META NAME="keywords" CONTENT="clamdoc">
 <META NAME="resource-type" CONTENT="document">
 <META NAME="distribution" CONTENT="global">
 
8997c071
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
 <META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
468b9e48
 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
 
 <LINK REL="next" HREF="node13.html">
 <LINK REL="previous" HREF="node11.html">
8997c071
 <LINK REL="up" HREF="node10.html">
468b9e48
 <LINK REL="next" HREF="node13.html">
 </HEAD>
 
 <BODY >
8997c071
 <!--Navigation Panel-->
599f27c8
 <A NAME="tex2html584"
468b9e48
   HREF="node13.html">
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
  SRC="/usr/share/latex2html/icons/next.png"></A> 
599f27c8
 <A NAME="tex2html580"
8997c071
   HREF="node10.html">
468b9e48
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
  SRC="/usr/share/latex2html/icons/up.png"></A> 
599f27c8
 <A NAME="tex2html574"
468b9e48
   HREF="node11.html">
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
  SRC="/usr/share/latex2html/icons/prev.png"></A> 
599f27c8
 <A NAME="tex2html582"
468b9e48
   HREF="node1.html">
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
  SRC="/usr/share/latex2html/icons/contents.png"></A>  
 <BR>
599f27c8
 <B> Next:</B> <A NAME="tex2html585"
8997c071
   HREF="node13.html">Adding new system user</A>
599f27c8
 <B> Up:</B> <A NAME="tex2html581"
8997c071
   HREF="node10.html">Installation</A>
599f27c8
 <B> Previous:</B> <A NAME="tex2html575"
8997c071
   HREF="node11.html">Requirements</A>
599f27c8
  &nbsp <B>  <A NAME="tex2html583"
468b9e48
   HREF="node1.html">Contents</A></B> 
 <BR>
8997c071
 <BR>
468b9e48
 <!--End of Navigation Panel-->
 
8997c071
 <H2><A NAME="SECTION00042000000000000000">
e220098e
 Installing on a shell account</A>
468b9e48
 </H2>
8997c071
     To install ClamAV on a shell account (e.g. on some shared host) you
e220098e
     need not create any additional users or groups. Assuming your
8997c071
     home directory is <code>/home/gary</code> you should build it as follows:
     <PRE>
 	$ ./configure --prefix=/home/gary/clamav --disable-clamav
 	$ make; make install
468b9e48
 </PRE>
8997c071
     To test your installation execute:
468b9e48
     <PRE>
8997c071
 	$ ~/clamav/bin/freshclam
 	$ ~/clamav/bin/clamscan ~
468b9e48
 </PRE>
8997c071
     The <code>--disable-clamav</code> switch disables testing for the existence of
     the <I>clamav</I> user and group but <code>clamscan</code> would still require an
     unprivileged account to work in a superuser mode.
69b44259
 
 <P>
 <BR><HR>
468b9e48
 <ADDRESS>
 Tomasz Kojm
e220098e
 2004-10-17
468b9e48
 </ADDRESS>
 </BODY>
 </HTML>