LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-19-2019, 07:12 AM   #1
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,086

Rep: Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754
building clamav-0.102.0 on -current fails


Being a good boy I don't post this in the sticky thread since I'm not running a fresh -current (Eric's multilib among other things).
I've previously built various versions of clamav (up to 0.101.4) using the official SBo script with no issues at all.
However, trying to build 0.102.0 building terminates with
Code:
mv: cannot stat '/tmp/SBo/package-clamav/etc/clamav-milter.conf.sample': No such file or directory
Same happens with ponce's -current buildscript.

That's odd, since the file clamav-milter.conf.sample is present in /tmp/SBo/package-clamav/etc/

Don't know if that could be related to build issues reported elsewhere. I found this statement from the clamav maintainers at a mail forum:
"It appears that configure changes between ClamAV 0.102.0-rc and 0.102.0 broke building of clamav-milter.
We will identify the exact issue and include a fix for it in a 0.102.1 patch release along with one or two other bug fixes."

I found another slackbuild script that works: https://github.com/conraid/SlackBuil.../master/clamav
but it seems as if this script builds clamav without milter.

Fine with me since I only use clamav for checking some files before passing them on to others.

Maybe everything will be sorted with the next clamav release. If ponce (who also maintains the official SBo script) reads this, maybe he could shed some light over the issue?
 
Old 11-19-2019, 07:27 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,122

Rep: Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193
as you note that's a known bug of version 0.102.0

https://lists.clamav.net/pipermail/c...er/008626.html

someone proposed a patch some time ago but it looks like brokeness was underestimated

https://github.com/Cisco-Talos/clamav-devel/pull/111

that's the reason why other distributions decided too to stay at 0.101.4 for the moment

https://www.archlinux.org/packages/extra/x86_64/clamav/
https://src.fedoraproject.org/rpms/c.../f/clamav.spec

as long as a working version is released I'll update the script on SBo.

Last edited by ponce; 11-19-2019 at 07:28 AM.
 
2 members found this post helpful.
Old 11-19-2019, 07:33 AM   #3
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,086

Original Poster
Rep: Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754
Thanks a lot, ponce! I'll stick with 0.101.4 for the time being.
 
Old 11-21-2019, 02:05 AM   #4
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,086

Original Poster
Rep: Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754Reputation: 754
clamav-0.102.1 has now been released and builds fine on -current with existing SBo script. Problem sorted.
 
2 members found this post helpful.
Old 11-21-2019, 08:16 AM   #5
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,802

Rep: Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439Reputation: 4439
Since the issue seems to be solved now, I'd like to ask a question regarding the need or value currently anyway of Clamav or any AV app aside from rootkit checkers on Linux. Have any of you ever actually detected a virus in Slackware?
 
Old 11-21-2019, 08:20 AM   #6
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by enorbet View Post
Since the issue seems to be solved now, I'd like to ask a question regarding the need or value currently anyway of Clamav or any AV app aside from rootkit checkers on Linux. Have any of you ever actually detected a virus in Slackware?
Yes on inbound mail to my sendmail server. I don't use clamav at the OS level for either servers or desktops.
 
Old 11-21-2019, 08:22 AM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,122

Rep: Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193Reputation: 4193
Quote:
Originally Posted by enorbet View Post
Since the issue seems to be solved now, I'd like to ask a question regarding the need or value currently anyway of Clamav or any AV app aside from rootkit checkers on Linux. Have any of you ever actually detected a virus in Slackware?
it's not actually something that you use to detect viruses targeting linux, it is mostly useful if you export samba shares or you host a mail server, as the signatures it uses are (for the most part) for windows viruses.

Last edited by ponce; 11-21-2019 at 08:23 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Clamav upgrade telling me clamav is newest version, but running 'sudo freshclam' tells me it is outdated! hddfsck Linux - Newbie 16 09-13-2019 09:43 PM
Building ClamAV with Slackbuild fails- can't find libmilter. SOLUTION arfon Slackware 1 03-22-2015 10:15 AM
Mimedefang clamav vs clamav-milter digitolx Linux - Server 0 10-20-2010 03:45 PM
file-scan-clamav-1.8 or clamav-0.93.1 invader44 Linux - Newbie 1 12-29-2009 08:49 AM
LPI 101~102 files ziox General 1 05-04-2004 09:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration