Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172302 - net-proxy/dansguardian missing configure parameter for clamav
Summary: net-proxy/dansguardian missing configure parameter for clamav
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 15:22 UTC by Ali Erdinc Koroglu
Modified: 2007-03-26 21:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Erdinc Koroglu 2007-03-26 15:22:58 UTC
When you emerge dansguardian with clamav use flag there is a missing paramater in config and thats why dansguardian doesnt have libclamd support

to fixed it:
	if use clamav; then
		myconf="${myconf} --enable-clamd=yes
                        --with-clamav=yes
			--with-proxyuser=clamav
			--with-proxygroup=clamav"

Reproducible: Always
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-03-26 21:52:23 UTC
Fixed in dansguardian-2.9.8.2_beta-r1, thanks!