Hi Foulks, i'm using a script on multiple Email-AV-Gateways to keep the ClamAV-Dev-Release uptodate. This seamlessly worked for decades...but somehow the configure-Script seems to be gone since 17. July 2020... Do i have to generate it?
My Updatescript: mkdir -p /usr/src/packages/CLAM-AV/Development-Releases cd /usr/src/packages/CLAM-AV/Development-Releases git clone https://github.com/vrtadmin/clamav-devel echo configuring and compiling the new clamav package... sleep 1 cd /usr/src/packages/CLAM-AV/Development-Releases/clamav-devel ./configure --prefix=/usr --sysconfdir=/etc --with-pcre --enable-all-jit-targets --enable-clamdtop --disable-clamuko --disable-dsig && make echo stopping clamd... ... -- Mit freundlichen Gruessen H. Backhaus "In retrospect it becomes clear that hindsight is definitely overrated!" -Alfred E. Neumann -- Diese Nachricht wurde auf Viren und andere gefährliche Inhalte untersucht und ist - aktuelle Virenscanner vorausgesetzt - sauber. _______________________________________________ clamav-users mailing list [email protected] https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
