~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node46.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

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>clamav-config</TITLE>
11
 
<META NAME="description" CONTENT="clamav-config">
 
10
<TITLE>Memory</TITLE>
 
11
<META NAME="description" CONTENT="Memory">
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="node47.html">
22
22
<LINK REL="previous" HREF="node45.html">
23
 
<LINK REL="up" HREF="node42.html">
 
23
<LINK REL="up" HREF="node44.html">
24
24
<LINK REL="next" HREF="node47.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html789"
 
30
<A NAME="tex2html800"
31
31
  HREF="node47.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html785"
34
 
  HREF="node42.html">
 
33
<A NAME="tex2html796"
 
34
  HREF="node44.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html779"
 
36
<A NAME="tex2html790"
37
37
  HREF="node45.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html787"
 
39
<A NAME="tex2html798"
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="tex2html790"
44
 
  HREF="node47.html">Example</A>
45
 
<B> Up:</B> <A NAME="tex2html786"
46
 
  HREF="node42.html">Database reloading</A>
47
 
<B> Previous:</B> <A NAME="tex2html780"
48
 
  HREF="node45.html">Forking daemons</A>
49
 
 &nbsp; <B>  <A NAME="tex2html788"
 
43
<B> Next:</B> <A NAME="tex2html801"
 
44
  HREF="node47.html">Forking daemons</A>
 
45
<B> Up:</B> <A NAME="tex2html797"
 
46
  HREF="node44.html">Database reloading</A>
 
47
<B> Previous:</B> <A NAME="tex2html791"
 
48
  HREF="node45.html">Data scan functions</A>
 
49
 &nbsp; <B>  <A NAME="tex2html799"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
52
<BR></DIV>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H3><A NAME="SECTION00074400000000000000">
56
 
clamav-config</A>
 
55
<H3><A NAME="SECTION00074200000000000000">
 
56
Memory</A>
57
57
</H3>
58
 
    Use <code>clamav-config</code> to check compilation information for libclamav.
59
 
    <PRE>
60
 
        zolw@localhost:~$ clamav-config --libs
61
 
        -L/usr/local/lib -lz -lbz2 -lgmp -lpthread
62
 
        zolw@localhost:~$ clamav-config --cflags
63
 
        -I/usr/local/include -g -O2
64
 
</PRE>
 
58
    Because the engine structure occupies a few megabytes of system memory, you
 
59
    should release it with <code>cl_free</code> if you no longer need to scan files.
65
60
 
66
61
<P>
67
62
<BR><HR>
68
63
<ADDRESS>
69
64
Tomasz Kojm
70
 
2008-07-07
 
65
2008-09-01
71
66
</ADDRESS>
72
67
</BODY>
73
68
</HTML>