toaster_setup.pl -s filter

Started by alf68, January 19, 2005, 10:54:02 AM

Previous topic - Next topic

alf68

Hello all

port_install: clamav               installed as (clamav-0.80_2).
Current working dir is /var/db/clamav
Max retries == 3
ClamAV update process started at Wed Jan 19 18:49:28 2005
TTL: 900
main.cvd version from DNS: 29
Software version from DNS: 0.80
main.cvd is up to date (version: 29, sigs: 29086, f-level: 3, builder: tomek)
TTL: 900
daily.cvd version from DNS: 674
daily.cvd is up to date (version: 674, sigs: 459, f-level: 3, builder: acab)
Freeing option list...done
syscmd: /usr/local/bin/freshclam --verbose
syscmd: result: 256
FAILURE: No such file or directory at /usr/local/sbin/toaster_setup.pl line 135
(Re)starting ClamAV's clamd...Stopping clamav_freshclam.
Starting clamav_freshclam.
done.
(Re)starting ClamAV's freshclam...Stopping clamav_clamd.
Waiting for PIDS: 49415.
Starting clamav_clamd.
done.

why FAILURE ???

Thanks

Marc

20041222:
 AFFECTS: users of security/clamav, security/clamav-devel
 AUTHOR: mailto:jylefort@brutele.be" target="_blank">jylefort@brutele.be

 The ClamAV database path has changed from /usr/local/share/clamav to
 /var/db/clamav. You should update the DatabaseDirectory keyword in
 /usr/local/etc/clamd.conf and /usr/local/etc/freshclam.conf.

Probably.

alf68

configure: error: Unable to find your clamav databases, specify --enable-clamavdb-path.
syscmd: ./configure --enable-user=clamav --enable-ripmime=/usr/local/bin/ripmime --enable-clamdscan=/usr/local/bin/clamdscan --enable-clamavdb-path=/usr/local/share/clamav --enable-sigtool-path=/usr/local/bin/sigtool --enable-spam=y --enable-spamc-user=y --enable-spamassassin-path=/usr/local/bin/spamassassin --enable-received=y --enable-spam-hits=17 --enable-attach=y --enable-qmaildir=/var/qmail --enable-qmail-queue=/var/qmail/bin/qmail-queue --enable-custom-smtp-reject=n
syscmd: result: 256
install_from_source: ./configure --enable-user=clamav --enable-ripmime=/usr/local/bin/ripmime --enable-clamdscan=/usr/local/bin/clamdscan --enable-clamavdb-path=/usr/local/share/clamav --enable-sigtool-path=/usr/local/bin/sigtool --enable-spam=y --enable-spamc-user=y --enable-spamassassin-path=/usr/local/bin/spamassassin --enable-received=y --enable-spam-hits=17 --enable-attach=y --enable-qmaildir=/var/qmail --enable-qmail-queue=/var/qmail/bin/qmail-queue --enable-custom-smtp-reject=n  failed: No such file or directory
at /usr/local/lib/perl5/site_perl/5.8.0/Mail/Toaster/Setup.pm line 3147


in /usr/local/lib/perl5/site_perl/5.8.0/Mail/Toaster/Setup.pm

line 3115  
$confcmd .= "--enable-clamavdb-path=/usr/local/share/clamav ";

change by :
$confcmd .= "--enable-clamavdb-path=/var/db/clamav ";

=> prob resolved

thank you very much