<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi René<br>
<br>
Thanks that did the trick.<br>
<br>
René Berber wrote:
<blockquote cite="mid:f7196o$dot$1@sea.gmane.org" type="cite">
<pre wrap="">Kathryn Allan wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I have just done a make install of clamav using ./configuration --prefix=
so that it puts config file in /etc/clamd.conf for example.
</pre>
</blockquote>
<pre wrap=""><!---->
Wrong procedure.
If you want clamd.conf in /etc use --sysconfdir=/etc .
</pre>
<blockquote type="cite">
<pre wrap="">That all went smoothly but when I try and run freshclam i get the
following error
-bash: /usr/local/bin/freshclam: No such file or directory
Where do I change where it looks for freshclam?
</pre>
</blockquote>
<pre wrap=""><!---->
Have you tried `which freshclam`? If you want to change the location used by
MailScanner, then you'll have to change lib/clamav-autoupdate, but that's not
the recommended procedure, better uninstall your clamav and re-install with the
--sysconfigdir option (no --prefix).
It's probably under /bin (thanks to your wrong use of the --prefix parameter),
even if /bin did not exist before.
</pre>
</blockquote>
</body>
</html>