Peter Boosten wrote: > Marshall Dudley wrote: > >> Steven wrote: >> >>> Marshall Dudley wrote: >>> >>> >>> >>>> But I can't find any instructions or a README file that tells me how to >>>> install it. >>>> >>>> >>>> >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html >>> >>> Steven >>> _______________________________________________ >>> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net >>> http://lurker.clamav.net/list/clamav-users.html >>> >>> >>> >>> >> Doesn't work: >> >> execonn# make >> >> clamav-0.54.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> > > Time to update your ports tree then.... > > Anyway: Installing clamav from source on FreeBSD is really easy > (although it doesn't recognize zsh as a valid shell), if you just do a > ./configure (without any options) it'll install clamd.conf in > /usr/local/etc, along with freshclam.conf. > > Never had any problems whatsoever. > > Peter > This pretty well puts me back to where I was yesterday, which isn't surprising, since that is pretty well what I did yesterday. Only difference is that it did not produce a clamd in the clamd directory this time..
execonn# ./configure checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 checking target system type... i386-unknown-freebsd4.8 creating target.h - canonical system defines checking for a BSD-compatible install... /usr/bin/install -c .... .... configure: creating ./config.status config.status: creating libclamav/Makefile config.status: creating clamscan/Makefile config.status: creating database/Makefile config.status: creating docs/Makefile config.status: creating clamd/Makefile config.status: creating clamdscan/Makefile config.status: creating clamav-milter/Makefile config.status: creating freshclam/Makefile config.status: creating sigtool/Makefile config.status: creating clamconf/Makefile config.status: creating etc/Makefile config.status: creating Makefile config.status: creating clamav-config config.status: creating libclamav.pc config.status: creating docs/man/clamav-milter.8 config.status: creating docs/man/clamconf.1 config.status: creating docs/man/clamd.8 config.status: creating docs/man/clamd.conf.5 config.status: creating docs/man/clamdscan.1 config.status: creating docs/man/clamscan.1 config.status: creating docs/man/freshclam.1 config.status: creating docs/man/freshclam.conf.5 config.status: creating docs/man/sigtool.1 config.status: creating clamav-config.h config.status: executing depfiles commands execonn# clamd clamd: Command not found. execonn# execonn# find / -name clamd /usr/home/mdudley/clamav-0.91.1/contrib/init/SuSE/clamd /usr/home/mdudley/clamav-0.91.1/contrib/init/RedHat/clamd /usr/home/mdudley/clamav-0.91.1/contrib/init/Solaris10/clamd /usr/home/mdudley/clamav-0.91.1/clamd /var/log/clamd execonn# ls -l /etc/clam* execonn# I can't find that it did anything, although it appeared to compile properly. Marshall ** _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html