~ubuntu-branches/ubuntu/gutsy/clamav/gutsy-backports

« back to all changes in this revision

Viewing changes to docs/html/node45.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-04-29 14:05:57 UTC
  • mfrom: (0.25.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080429140557-6d3m19fwq82pqa13
Tags: 0.92.1~dfsg2-1.1~gutsy1
Automated backport upload; no source changes.

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>Memory</TITLE>
11
 
<META NAME="description" CONTENT="Memory">
 
10
<TITLE>clamav-config</TITLE>
 
11
<META NAME="description" CONTENT="clamav-config">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
21
21
 
22
22
<LINK REL="next" HREF="node46.html">
23
23
<LINK REL="previous" HREF="node44.html">
24
 
<LINK REL="up" HREF="node43.html">
 
24
<LINK REL="up" HREF="node42.html">
25
25
<LINK REL="next" HREF="node46.html">
26
26
</HEAD>
27
27
 
28
28
<BODY >
29
29
<!--Navigation Panel-->
30
 
<A NAME="tex2html779"
 
30
<A NAME="tex2html775"
31
31
  HREF="node46.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html775"
34
 
  HREF="node43.html">
 
33
<A NAME="tex2html771"
 
34
  HREF="node42.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html769"
 
36
<A NAME="tex2html765"
37
37
  HREF="node44.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html777"
 
39
<A NAME="tex2html773"
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="tex2html780"
44
 
  HREF="node46.html">clamav-config</A>
45
 
<B> Up:</B> <A NAME="tex2html776"
46
 
  HREF="node43.html">Database reloading</A>
47
 
<B> Previous:</B> <A NAME="tex2html770"
48
 
  HREF="node44.html">Data scan functions</A>
49
 
 &nbsp <B>  <A NAME="tex2html778"
 
43
<B> Next:</B> <A NAME="tex2html776"
 
44
  HREF="node46.html">Example</A>
 
45
<B> Up:</B> <A NAME="tex2html772"
 
46
  HREF="node42.html">Database reloading</A>
 
47
<B> Previous:</B> <A NAME="tex2html766"
 
48
  HREF="node44.html">Memory</A>
 
49
 &nbsp <B>  <A NAME="tex2html774"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
52
<BR>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H3><A NAME="SECTION00075200000000000000">
56
 
Memory</A>
 
55
<H3><A NAME="SECTION00074300000000000000">
 
56
clamav-config</A>
57
57
</H3>
58
 
    Because the engine structure consumes a few megabytes of system memory, you
59
 
    should release it with <code>cl_free</code> if you no longer need to scan files.
 
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>
60
65
 
61
66
<P>
62
67
<BR><HR>
63
68
<ADDRESS>
64
69
Tomasz Kojm
65
 
2007-07-11
 
70
2008-01-28
66
71
</ADDRESS>
67
72
</BODY>
68
73
</HTML>