Tanmaya Anand wrote:

Sir,

All softwares are getting comiled and installed using gcc.
This is the first time i am facing problem with gcc.


That IS weird then.

Also, Please guide me how to install your precompiled binary.



Installation instruction is on http://clamav.or.id.

Snip from web page (adjusted to be linux-specific):
- Get clamav binaries for your platform. You should already have libgmp installed on /usr/lib
( this would be http://clamav.or.id/snapshot/clamav-devel-latest.linux-libc-2.2.5.tar.gz )
- Uncompress : gunzip -c clamav-devel-latest.linux-libc-2.2.5.tar.gz | ( cd / ; tar xvf - )
- Create clamav user (or whatever user you choose) : useradd clamav
- Fix permissions : chown -R clamav /usr/local/share/clamav
- Copy config files : cp /usr/local/etc/clamav.conf.linux /usr/local/etc/clamav.conf ; cp /usr/local/etc/freshclam.conf.linux /usr/local/etc/freshclam.conf
- Edit clamav.conf: Adjust User, LocalSocket, LogFile, LogFileMaxSize and ArchiveMaxFileSize as needed.
You might want to add StreamSaveToDisk, ScanMail, and ScanOLE2.
You could leave it as it is and ClamAV will run as user clamav.
- Edit freshclamav.conf: Adjust UpdateLogFile, DatabaseOwner, DatabaseMirror, and Checks as needed.
You could leave it as it is and freshclam will run as user clamav.
- Run /usr/local/bin/freshclam.
- If all goes well, run '/usr/local/bin/freshclam -d' and '/usr/local/sbin/clamd'
- Test your installation with '/usr/local/bin/clamscan /usr/local/share/clamav/test' and '/usr/local/bin/clamdscan /usr/local/share/clamav/test'.
Both should find ClamAV-Test-Signature.


Please address any future installation problem from this binary to me directly, not to clamav-users list.
Regards,


Fajar A. Nugraha


------------------------------------------------------- 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