These instructions should work for the latest devel snapshot of clamav with osx 10.3 (panther).
---
Open Terminal.app


ftp ftp://ftp.gnu.org/gnu/gmp/gmp-4.1.2.tar.gz
tar -xzf gmp-4.1.2.tar.gz
cd gmp-4.1.2
./configure
make
sudo make install

ftp http://activeintra.net/projects/clamav/osx/create_clamav_user.pl
sudo perl create_clamav_user.pl

export CLAM_VERSION=`date "+%Y%m%d"`

ftp http://www.clamav.net/snapshot/clamav-devel-$CLAM_VERSION.tar.gz
tar -xzf clamav-devel-$CLAM_VERSION.tar.gz
cd clamav-devel-$CLAM_VERSION
./configure --enable-id-check --enable-bigstack
automake
make
sudo make install

sudo -s
ftp http://activeintra.net/projects/clamav/osx/conf.patch
cd /usr/local/etc
patch < $OLDPWD/conf.patch
mkdir /var/clamav
chown clamav:clamav /var/clamav
touch /var/log/clamd.log
touch /var/log/freshclam.log
chown clamav:clamav /var/clamd.log
chown clamav:clamav /var/freshclam.log

cd /System/Library/StartupItems
mkdir clamav
cd clamav
ftp http://activeintra.net/projects/clamav/osx/StartupParameters.plist
ftp http://activeintra.net/projects/clamav/osx/clamav
chmod +x clamav
reboot
---

After that you are on your own. I am not sure about Communigate Pro.

I think these instructions should be about it, anyone let me know if I forgot something, or if you have anything to add to this.

Regards,
Flinn Mueller
ActiveIntra.net, Inc.
flinn (a.T) activeintra (D.o.T) net
Toll Free: 1-800-640-4876 ext. 251
GnuPG (ID 27AE2CA9)
506B 1794 E240 ECEB 0758 2F90 6943 17A1 27AE 2CA9
---
ActiveIntra.net - Web Design, Web Programming, Web Hosting


On Jan 29, 2004, at 9:53 AM, Jay Bosworth wrote:


I am fairly new to Unix and am not as familiar with it as I would like to be. We have a OS X 10.2.8 server that we would like to install ClamAV on. We are running Communigate Pro as our mail server software. Can anyone point me in the direction of some easy to follow instructions for installing ClamAV specifically on a OS X system?

Thanks,

Jay N. Bosworth
District Network Administrator
Bullock Creek Schools
(989)631-2340 ext. 157



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users




------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to