/home/gary
you should build it as follows:
$ ./configure --prefix=/home/gary/clamav --disable-clamav $ make; make installTo test your installation execute:
$ ~/clamav/bin/freshclam $ ~/clamav/bin/clamscan ~The
--disable-clamav
switch disables testing for the existence of
the clamav user and group but clamscan
would still require an
unprivileged account to work in a superuser mode.