Mauricio Juarez wrote:
I need to upgrade my CLAMAV to 0.90.
I have a Mac Os X Server with freeSbd, what is the procedure to upgrade
the old version 0.88.5
A very rough guide to getting started (I don't know anything about OSX,
nor am I by any means an expert programmer):
Ensure [gnu] make and gcc are in your PATH.
$ gzip -d < clamav-0.90.tar.gz | tar xf -
$ cd clamav-0.90
(There are some files you should read here before continuing).
$ ./configure --with-user=clamav --with-group=clamav
Your user & group may differ. If configure runs to completion, try
$ make
This will probably fail because of missing dependancies. You will either
have to work out where the missing libraries are and why configure can't
find them, or in the worst case, build or install them yourself.
Also, this probably won't build clamav the way you actually want it. You
will need to read through the install instructions.
Once you have a build you are happy with:
# make install.
WARNING: If your current build is in /usr/local, you'd better have some
way of recovering if 0.9 doesn't work, because this will overwrite it.
Finally, I think there was a post earlier today about having to edit the
Makefile on OS X.
HTGYS :)
Jon
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html